capturing user name and date on record update

  • Thread starter Thread starter Jason
  • Start date Start date
MAke sure you have user and date fields in your table if
you want to hold the information. The value for current
user will be =User() and the date (without time attached)
will be =Date() or with time attached will be =Now()

HTH

Paul
 
Back
Top