I'm having some difficulty getting access to do what I need,
I have an overview form that uses simple command buttons to open other forms. when these other forms are closed I need any status changes to be reflected in the overview form, I can do this by using a requery on the onClose event of the opened form.
This works fine but after the requery access always returns to the first record on the overview page, I need a way to stop this or to loop back to the record selected before the requery.
any help is appreciated
Thanks
I have an overview form that uses simple command buttons to open other forms. when these other forms are closed I need any status changes to be reflected in the overview form, I can do this by using a requery on the onClose event of the opened form.
This works fine but after the requery access always returns to the first record on the overview page, I need a way to stop this or to loop back to the record selected before the requery.
any help is appreciated
Thanks