C
charles.kendricks
I have a form which is used to input new customer data. The database
of which the form is a part is used by a number of different user. I
want to track which user input which records. I have a textbox in the
form which is not visible set to =CurrentUser(). I then have a
textbox bound to the UpdatedBy field in the customer records. I used
the OnDirty event of the form and set Me.UpdatedBy = Me.txtTmpUser,
thinking that UpdatedBy would contain the same data as txtTmpUser as
soon as any change was to the data in the form. But it's not working.
What am I doing wrong.
of which the form is a part is used by a number of different user. I
want to track which user input which records. I have a textbox in the
form which is not visible set to =CurrentUser(). I then have a
textbox bound to the UpdatedBy field in the customer records. I used
the OnDirty event of the form and set Me.UpdatedBy = Me.txtTmpUser,
thinking that UpdatedBy would contain the same data as txtTmpUser as
soon as any change was to the data in the form. But it's not working.
What am I doing wrong.