Here is what i need some help with...
i have timesheet application in access...i cannot totally make everyones permission readonly...so
what i need to do is when there is a change made to a record i need that time and possibly user attached to that record.
tblRDM frmEmplRDM.... supv make changes to a record...i snatch the records an update other sys... 2 days later supv makes another change to the record... i want to know when and who made that change by timestamping another field.
to make it a little more difficult...
currently when a supv approves a record...they check a box...and another field(rdate)is timestamped(now). also...when i complete my process...a checkbox field (udate)is also timestamped (now)... supv can make changes after the fact using one form (frmemplrdm) and there is only one table (tblrdm)that holds all records but there is no audit trail for subsequent adjustments.
so my dilema is that when&who timestamp i need...should be ran after the above two processes.
afterupdate event= if checkbox1 is true and checkbox2 is true then when&who = (now)
also...is there a post out here that can show me how to setup who is currently loginto the db...
i have timesheet application in access...i cannot totally make everyones permission readonly...so
what i need to do is when there is a change made to a record i need that time and possibly user attached to that record.
tblRDM frmEmplRDM.... supv make changes to a record...i snatch the records an update other sys... 2 days later supv makes another change to the record... i want to know when and who made that change by timestamping another field.
to make it a little more difficult...
currently when a supv approves a record...they check a box...and another field(rdate)is timestamped(now). also...when i complete my process...a checkbox field (udate)is also timestamped (now)... supv can make changes after the fact using one form (frmemplrdm) and there is only one table (tblrdm)that holds all records but there is no audit trail for subsequent adjustments.
so my dilema is that when&who timestamp i need...should be ran after the above two processes.
afterupdate event= if checkbox1 is true and checkbox2 is true then when&who = (now)
also...is there a post out here that can show me how to setup who is currently loginto the db...