Date & Time

  • Thread starter Thread starter fiona.innes
  • Start date Start date
F

fiona.innes

Hi,

I have a form called frmDetails and I have set a text box (txtDate)
in
the form with the control source of =Format(Now(),"dddd"", ""mmm d
yyyy"", ""hh:nn:ss ampm") but the problem is I want this Time & Date
to be recorded in the table (called tblDetails) as it needs to be
used
for referancing when entries were entered into the database.
Can anyone tell me how to do this.


Thanks


Fiona
 
Control source should be the table column.
Make the default value your Now() etc.

-Dorian
 
Back
Top