Adding records with a combo box

  • Thread starter Thread starter scifinut
  • Start date Start date
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?
 
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

Similar Threads

combo box filter 1
Combo Box and First Record 5
Combo box to control two sub forms 2
NotInList Event does not return to original record 7
Combo Box 3
Combo Box Help 7
Combo box question 7
Combo Box and Subform 10

Back
Top