refresh subform

Soundje

Registered User.
Local time
Today, 07:14
Joined
Aug 14, 2014
Messages
27
Hello everybody,
I looking for a simple trick to refresh the data in a subform in vba code?
any ideas?

thanks a lot,
Koen
 
In VBA code:
Code:
Me.YourSubFormName.Form.Requery
 
Thanks a lot for this informations.

best regards
Koen
 

Users who are viewing this thread

Back
Top Bottom