Hi all..
I was hoping that someone may give me some tips how to handle a subform refresh.
here's the background, I have a drive schedule that many people can update, currently if you click on the calendar it refresh's a subform that displays that days info. Thing is unless you click the calendar no refresh occurs and so if someone adds a job it isn't displayed...
What I was thinking is using the On Timer event to perform a requery on the subform. something like Forms("MainFormName").SubformControlName.Form.Requery.
every 2 mins or so..
firstly is this the best way to handle this? or is there a better way. & if it's ok how in vba might i code a timer event?
Many thanks
Nathan
I was hoping that someone may give me some tips how to handle a subform refresh.
here's the background, I have a drive schedule that many people can update, currently if you click on the calendar it refresh's a subform that displays that days info. Thing is unless you click the calendar no refresh occurs and so if someone adds a job it isn't displayed...
What I was thinking is using the On Timer event to perform a requery on the subform. something like Forms("MainFormName").SubformControlName.Form.Requery.
every 2 mins or so..
firstly is this the best way to handle this? or is there a better way. & if it's ok how in vba might i code a timer event?
Many thanks
Nathan