Adding records with a combo box

S

scifinut

I have a form that has 2 sub forms for tracking applicants. My combo box
displays the records from the underlying Applicants without problem, and my
code in the NotInList event allows me to add a record to the Applicants table
(just the AppName). I need to know how to make the form access that new
record so that I can populate the other fields on the form and sub form.

Also, does it matter if my combo box is in the form header instead of the
detail?
 
J

juan

scifinut said:
I have a form that has 2 sub forms for tracking applicants. My combo box
displays the records from the underlying Applicants without problem, and
my
code in the NotInList event allows me to add a record to the Applicants
table
(just the AppName). I need to know how to make the form access that new
record so that I can populate the other fields on the form and sub form.

Also, does it matter if my combo box is in the form header instead of the
detail?
 

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