New record in second form

  • Thread starter Thread starter Asif
  • Start date Start date
A

Asif

I have two forms; Form 1 and Form 2. What I want to know is that is it
possible to add a new record in Form 2 through Form 1, i.e. have a
command button in Form 1 which when clicked will add a new record to
Form 2?

Thanks
 
What do you mean by this? You want to add a new record to Form 2's recordset
or listbox or what?
 
What do you mean by this? You want to add a new record to Form 2's recordset
or listbox or what?

yes i want to add a new record to form 2's recordset
 
yes i want to add a new record to form 2's recordset

Then run an Append query to add the record to Form2's recordsource table, and
then requery the Form.

John W. Vinson [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

Back
Top