how to add Control source ?

oMADMANo

Registered User.
Local time
Today, 13:32
Joined
Jan 19, 2012
Messages
11
okay so I have set up a new form and I have combo boxes on. It has created the columns in my datasheet but how do I make that column a control source.
Any help appreciated as I am stuck on this one.
 
Open the properties (Alt+Enter usually) and look for the property called "Control Source"... it should be a drop down list of the fields of the form's recordset (it's associated table/query).

If you don't see a dropdown list, select the form itself and set the Recordsource property to the table/query you want the form bound to.

hth
 

Users who are viewing this thread

Back
Top Bottom