I have a form which takes its data from a query. When that form is activated I would like the form to requery its data.
I am using the OnActivate event but for some strange reason, the form isn't picking up the new record that is definitely there when I just run the query itself.
Any ideas what might be going wrong ?
I am using the OnActivate event but for some strange reason, the form isn't picking up the new record that is definitely there when I just run the query itself.
Code:
Forms!splitform_RRARs_Approved.Form.Requery
Forms!splitform_RRARs_Approved.Refresh
Any ideas what might be going wrong ?