I have an interface designed in VB 6 with an Access Database Backend.
I have a couple fields defined in my database
CreatedDate, CreatedByID, LastAuditDate, LastAuditByID, LastRevisionDate, and LastRevisedBy.
User clicks on create button, at that point and capturing the user network logging and setting CreatedDate, LastAuditDate, LastRevisionDate to now
I have a tabbed form with several grids. The Top Grid is the parent. Everything is linked just like access subforms.
I want to know how can make sure that LastAuditDate, LastAuditByID, LastRevisionDate, LastRevisedBy are captured properly?
Any example would be greatly appreciated
Thak you so much
I have a couple fields defined in my database
CreatedDate, CreatedByID, LastAuditDate, LastAuditByID, LastRevisionDate, and LastRevisedBy.
User clicks on create button, at that point and capturing the user network logging and setting CreatedDate, LastAuditDate, LastRevisionDate to now
I have a tabbed form with several grids. The Top Grid is the parent. Everything is linked just like access subforms.
I want to know how can make sure that LastAuditDate, LastAuditByID, LastRevisionDate, LastRevisedBy are captured properly?
Any example would be greatly appreciated
Thak you so much