timer interval

S

Scout

Want top form to automaticaly refresh when returning from subform. using
me.refresh event procedure - what should timer interval be set to? what
happens if timer interval is set to zero?
thanks
 
A

Al Camp

There is no Timer Interval involved in refreshing a form.
You could use one of several events to trigger the refresh.
Try the subform OnExit event...
hth
Al Camp
 
Top