How can I get a subdatasheet to update immediately?

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

Guest

I have a subdatasheet(controlled by a query) I am using in a form. When I
type in a person name(already in the database) into the form I want the
subdatasheet to automatically show the information on the person as soon as I
tab to the next field in the form. Currently it shows the subdatasheet only
after I go to the next record then come back. I want it to update right away.
I know it can be done but I don't know how. Any suggestions? Thanks
 
in the event afterupdate of the person's name type me.form.refresh.

hope it helps


--
___________
Thanks,

German Saer
Orlando, FL
 
It worked! Thanks a million!

German Saer said:
in the event afterupdate of the person's name type me.form.refresh.

hope it helps


--
___________
Thanks,

German Saer
Orlando, FL
 
Back
Top