How do I add a combo box for a form that was build AFTER the data was already entered

HappyBunny

Registered User.
Local time
Today, 12:06
Joined
Jun 6, 2008
Messages
22
I had lots of tables with 8000-10000 records in them. I need to add more info, so I created a form. How do make the bound controls into combo boxes from this point. i have separate tables containing the options that could be selected for each field.

Help... anyone.. anyone..:(
 
Right click on the control and select "Change to" then select "Combo box". Or just drag a new combo box onto the form and bind it to the appropriate column.
 

Users who are viewing this thread

Back
Top Bottom