Hi Guys - I've got a SQL Server backend and access front end.
I suspect this is pretty simple, but I want to add created by and when info to new records in my database, and modified by and when, when records are updated.
My question is, how do I get add the created details to new records ONLY. So for eg. if record is new...... then do etc.
Hope this makes sense.
Thanks - Chris
I suspect this is pretty simple, but I want to add created by and when info to new records in my database, and modified by and when, when records are updated.
My question is, how do I get add the created details to new records ONLY. So for eg. if record is new...... then do etc.
Hope this makes sense.
Thanks - Chris
Comment