R
Roy Frye
I have a continuous form that has a button that opens a
form which contains detailed data. Once the button is
clicked I set the Form's Bookmark to a Global Var(Bmk).
Upon Exiting the Detail Form, the continuous Form is
requeried and its bookmark is reset to the global var, so
the user will be on the appropriate record.
This works fine except when the continuous form is sorted,
using the orderby property. This causes the error: 3159
Invalid Bookmark.
Forms!frmMain!subToDo.Requery
Forms!frmMain!subToDo.Form.Bookmark = Bmk 'Causes Error
Any Ideas???
Thanks
form which contains detailed data. Once the button is
clicked I set the Form's Bookmark to a Global Var(Bmk).
Upon Exiting the Detail Form, the continuous Form is
requeried and its bookmark is reset to the global var, so
the user will be on the appropriate record.
This works fine except when the continuous form is sorted,
using the orderby property. This causes the error: 3159
Invalid Bookmark.
Forms!frmMain!subToDo.Requery
Forms!frmMain!subToDo.Form.Bookmark = Bmk 'Causes Error
Any Ideas???
Thanks