refresh

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

i have a form with 3 subforms in it. my problem is i may
change data in one of the subforms and want it to refresh
once i move to the next field but it doesnt. if i change
the data then hit refresh at the top or requery (shift F9)
it refreshes right away is there code or a macro
that can help me do this ? i know there is a macro
requery but not sure what property to use or how to do
it your help is greatly appreciated
 
Me is a standard value in VB.

For example to refresh the code you use

Me.Refresh

To Unload a program you use

Unload Me
 

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

Access Form Refresh 1
Requery without visibility change 4
Access 32bit vs 64bit subreport refresh issue 0
Requery/refresh 2
refresh 2
refresh subform 1
subform will not refresh 6
subform-on Main form not refreshing queried job list 2

Back
Top