combo box

kasa74

Registered User.
Local time
Today, 07:03
Joined
Oct 19, 2007
Messages
26
Hi all,

I am making changes to an access database. I want to add a new combo box to a form and I want the new combo box to store its data in a table that other combo box in the form are storing their data for each client. What do I do first, do I add a new field to the table. After adding the combo box to the form, what do I do next.

thanks
 
How the combo box "stores the data" to the table depends on how you are saving your record: if the form is bound then after creating the appropriate field in the table assign that field as the control source for the combo box. If unbound, you will have to modify the code that saves the record to accommodate for the new combo box.
 

Users who are viewing this thread

Back
Top Bottom