Newbie: pass selected combo-box value to variable

sysadmin101

New member
Local time
Today, 00:54
Joined
Jan 31, 2012
Messages
2
when the user selects a value from a combo-box, the form displays the ID i.e. the auto-increment serial of the table I read into the combo-box.

I would like to be able to display more than this for the user; my first idea is to catch that value and then run an SQL SELECT on the table and display some fields.
Is this the best approach for an MS Access data entry form?
 

Users who are viewing this thread

Back
Top Bottom