Refresh Problems

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form with multile subforms. I use a pop-up form in some instance
for data entry of child records. When I close the pop-up form I want to
refresh the subform so the new record is displayed. Access continues to give
me a "Sorry for the Incovenience but Access needs to close". What is the
proper way of handling this? I don't want to requery, because the screen
will reset to the first record.
 
If you are putting the record in with a popup form, WHAT
needs to be "refreshed"... a combobox?

If so, then

forms!mainform.subform_controlname.form.comboboxname.requery

and then, to make the changes show up right away

DoEvents


Have an awesome day

Warm Regards,
Crystal

MVP Microsoft Access
strive4peace2006 at yahoo.com
 
Back
Top