Now Showing records

reysy28

New member
Local time
Tomorrow, 02:07
Joined
Nov 9, 2014
Messages
9
Hello,

I added several records in another table but it wont show the records until I press the Refresh button at the ribbon of Home-> Refresh. How can i view the records automatically without pressing the Refresh button?

thanks
 
on a form, you would use me.requery - depending on requirements, probably in the form current event.

If you are working directly with tables/queries then you will need to continue doing what you are doing
 
on a form, you would use me.requery - depending on requirements, probably in the form current event.

If you are working directly with tables/queries then you will need to continue doing what you are doing

Thanks CJ, it WORKS!!!
 

Users who are viewing this thread

Back
Top Bottom