I am using Access 2003
References
VBA
Access 11
OLE Automation
DAO 3.6
ADO 2.1
Background
I have a form from which I kick off another form - which then requeries the original form. I want to store the bookmark and then return to it when the kicked form closes
So when the form opens I store the original form bookmark as a variant.
So when the form closes it sets the bookmark from the variant
Problem
If I debug.print the bookmark I get the value ??
If I store the value in a control on the form I can see the value ??
If I debug.print the value of the control I get ??
By ?? I mean just that!!
?Forms!frm_deals!frm101.Form.Bookmark
??
Has anyone seen this AND fixed it in the past.
Thanks
If at first you don't succeed, try for the answer.
References
VBA
Access 11
OLE Automation
DAO 3.6
ADO 2.1
Background
I have a form from which I kick off another form - which then requeries the original form. I want to store the bookmark and then return to it when the kicked form closes
So when the form opens I store the original form bookmark as a variant.
So when the form closes it sets the bookmark from the variant
Problem
If I debug.print the bookmark I get the value ??
If I store the value in a control on the form I can see the value ??
If I debug.print the value of the control I get ??
By ?? I mean just that!!
?Forms!frm_deals!frm101.Form.Bookmark
??
Has anyone seen this AND fixed it in the past.
Thanks
If at first you don't succeed, try for the answer.