Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating the current form

Status
Not open for further replies.

morg27

MIS
Feb 4, 2002
16
US
I have a problem with updating the current record on my form. When a user chooses to add a new record, they use the command button to open a new form for record insertions. When they choose the save command the add new record form closes and they return to the form showing all records. I want the previous form to reflect the new record insertions.

 
You will need to requery the main form in your save routine.

forms!YourFormName.requery

HTH,
Eric
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top