hi. Here is my situation. I have a combo box that is bound to a table. The box has a list of a computer's model number and a separate column listing if the computer is a desktop or laptop. When the user hits add, I want the combo box to be able to write both of these corresponding values to two separate fields in another table.
Right now I just have two different combo boxes that write to the table one column at a time. This seems inefficient. Any help would be appreciated. Thanks.
Right now I just have two different combo boxes that write to the table one column at a time. This seems inefficient. Any help would be appreciated. Thanks.