How can I get the creator user name?

muppetmad

Registered User.
Local time
Today, 22:45
Joined
Sep 29, 2003
Messages
42
I would like to record the username of the creator as well as the time the record was created (seperate fields). I have a trigger to record the last editor but that runs for each change. Is there a way to create a trigger to only run when the record is created?
 
I see know that I can put getdate() and user_name() in the defaults of the fields to get the results I want.
 

Users who are viewing this thread

Back
Top Bottom