A field is not updated.

D

desert Bear

frmStandardPlans has a newly working "Add Task" button
It's based on a query which includes a foreign key, "orgID
Since "orgID" is the subject of a combo box select, it doesn't show in the new record
How do I fill it in
I need a visual basic command which will set "orgID" to the value selected in cboSelectOrg
Thanks
 
S

Steve Schapel

Desert,

If I understand you correctly, all you need to do is make the combobox
bound to the orgID field in the query.

- Steve Schapel, Microsoft Access MVP
 
Top