A field is not updated.

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top