I am creating it so in my database I have the ability to view who added a record or who modified a record. I already created fields in the table for this information. However, how do I add the information to the table.
1) How do I add today's date only when the record is created to a field.
2) How do I add today's date whenever the record is modified.
3) How do I add the users login (I already created a variable called strUserLogin) to the record upon creation. I assume this would be very similar to #1 if it is just tell me and I will figure it out.
1) How do I add today's date only when the record is created to a field.
2) How do I add today's date whenever the record is modified.
3) How do I add the users login (I already created a variable called strUserLogin) to the record upon creation. I assume this would be very similar to #1 if it is just tell me and I will figure it out.