A field is not updated.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
Back
Top