Refresh option

Beany

Registered User.
Local time
Today, 08:05
Joined
Nov 12, 2006
Messages
155
is there anyway i can get all my forms to refresh instantly when any changes or updates are made to the table??
 
Hi, Beany!

How do you make the changes in the table? By code?
If yes, the I suppose Form_FormName.Refresh would help after updating the table data from the code.

Regards

Krava
 
sorry to sound silly,

where do i put Form_FormName.Refresh ??
 
Hi, Beany!

Well, maybe I did not understand your problem correctly.

I ment, if you change/modify your data in the table in VBA code you should call Form_FormName.Refresh method in the code just after the sequesnco of changing/modifying the data.

Krava
 

Users who are viewing this thread

Back
Top Bottom