B
Bill Mitchell
Hi,
I have a subform that I have added a new record to using
an append query. I want to refresh the records in the
subform then navigate to the most recently added record.
I know Bookmarks can do this for me but I'm not sure of
the exact syntax. I've tried this:
Me.Bookmark = Me.RecordsetClone.LastModified
but it gives me an error message ("Not a valid
bookmark").
Anyone know the exact syntax? Is the fact it's a subform
that is causing me trouble?
I tried just running a Msgbox to see what value
me.recordsetclone.lastmodified returned and there was no
value.
Thanks.
I have a subform that I have added a new record to using
an append query. I want to refresh the records in the
subform then navigate to the most recently added record.
I know Bookmarks can do this for me but I'm not sure of
the exact syntax. I've tried this:
Me.Bookmark = Me.RecordsetClone.LastModified
but it gives me an error message ("Not a valid
bookmark").
Anyone know the exact syntax? Is the fact it's a subform
that is causing me trouble?
I tried just running a Msgbox to see what value
me.recordsetclone.lastmodified returned and there was no
value.
Thanks.