G
Guest
I am looking to do a simple history in an Access Form.
All users will access data through the same form.
I need to record a history entry every time a combo box is changed.
Jobs typicaly progress from "Waiting for Materials" to "Waiting for
Customer" to "Scheduled" to "Completed". Each time this changes, I would
like to record the username that made the change.
I know that proceduraly there are some problems, like if you go from
"Scheduled" back to waiting for customer etc. but all I really care about is
the most recent time it was changed, so it dosnt need to record more than one
level of history per state.
The only real important one is who changed the record from "Waiting for
Customer" to 'Scheduled'. So I created a field in my database for
"UserScheduled" But I am having trouble programming it.
Thank you,
Paul Hilgeman
All users will access data through the same form.
I need to record a history entry every time a combo box is changed.
Jobs typicaly progress from "Waiting for Materials" to "Waiting for
Customer" to "Scheduled" to "Completed". Each time this changes, I would
like to record the username that made the change.
I know that proceduraly there are some problems, like if you go from
"Scheduled" back to waiting for customer etc. but all I really care about is
the most recent time it was changed, so it dosnt need to record more than one
level of history per state.
The only real important one is who changed the record from "Waiting for
Customer" to 'Scheduled'. So I created a field in my database for
"UserScheduled" But I am having trouble programming it.
Thank you,
Paul Hilgeman