Store Value List Item from Combo Box in a Table Field?

Jason1971

Registered User.
Local time
Tomorrow, 10:36
Joined
Jan 19, 2009
Messages
46
(newbie)
Hi,
I have a Form with a Combo Box. The Combo Box contains a Value List. When a value is selected, I want this value to be stored/written to a field in a table. How do I get the value stored/written to a field in a table?
Thanks.
Jason.
 
Presuming the field is in the same table as the form's source, set the control source of the combo to that field.
 
"Presuming the field is in the same table as the form's source"...that was my problem, fixed it! thanks.
 

Users who are viewing this thread

Back
Top Bottom