How do I create a function to put in the initial time and date into the
specified fields in Access, I have the time() and date() functions but these
put the time and date of when the record is opened
Rick B - 07 Jan 2005 16:54 GMT
set the DEFAULT in the form to =Now().
> How do I create a function to put in the initial time and date into the
> specified fields in Access, I have the time() and date() functions but these
> put the time and date of when the record is opened