D
Dawn
I have this code in the after update event of a control.
It does not work. I adds a second record after the
control is update.
with rs
..findfirst
..Edit
.Fields("TransID") = me.ID
.Fields("UserID") = Me.UserID
.Fields("StateNo") = Me.StateNo
.Fields("Premium") = Me.Premium
.Fields("DateEntered") = Me.Date
.Fields("EnteredBy") = CurrentUser()
..Update
..Close
end with
Any help will be much appreciated
Thanks
It does not work. I adds a second record after the
control is update.
with rs
..findfirst
..Edit
.Fields("TransID") = me.ID
.Fields("UserID") = Me.UserID
.Fields("StateNo") = Me.StateNo
.Fields("Premium") = Me.Premium
.Fields("DateEntered") = Me.Date
.Fields("EnteredBy") = CurrentUser()
..Update
..Close
end with
Any help will be much appreciated
Thanks