G
Guest
I try to get new record's id, first time works. But try again will only show
first try id. I use Access links a Oracle table. Code as:
With rs
.AddNew
!CREATEDATE = Now
.Update
If .Bookmarkable = True Then .Bookmark = .LastModified
.Requery
MsgBox !ID
End With
Set rs = Nothing
Need help. Thanks
Leanne
first try id. I use Access links a Oracle table. Code as:
With rs
.AddNew
!CREATEDATE = Now
.Update
If .Bookmarkable = True Then .Bookmark = .LastModified
.Requery
MsgBox !ID
End With
Set rs = Nothing
Need help. Thanks
Leanne