News

Ok, this is driving me nuts.I have a program, which I don't have source for. It has a toolbar with two dropdown combo boxes and I want, from another program, to minipulate those combo boxes. (It ...
You can specify combo box items using an SCL program. For example, the following code creates a list and assigns the list to a combo box: ...
You can greatly enhance a form by having Access supply information based on the user's selection. Here's an example that will fill in an employee's first name and phone number when the user ...
You can have Access clear the selection from a combo box in a data entry form so that the user starts fresh with each new record. See how to make this user-friendly tweak.