G
Guest
I am using a bookmark to return to edited record after a requery. I get an
error if the record is new. I used:
If Not Me.NewRecord Then
iBook=Me.BookMark
End IF
Me.Requery
If Not Me.NewRecord Then
Me.BookMark=iBook
End IF
But this still results in an error since after the requery the record is not
new. What syntax do I need to accomplish this?
Thanks
error if the record is new. I used:
If Not Me.NewRecord Then
iBook=Me.BookMark
End IF
Me.Requery
If Not Me.NewRecord Then
Me.BookMark=iBook
End IF
But this still results in an error since after the requery the record is not
new. What syntax do I need to accomplish this?
Thanks