RE: Insertion of date and time of entry into a database field

2001-05-23 Thread Adkins, Randy
Post your Query Code that does the insert -Original Message- From: Jerre Hale [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 10:14 AM To: CF-Talk Subject: Insertion of date and time of entry into a database field I would like to capture the current date and time in an Access

RE: Insertion of date and time of entry into a database field

2001-05-23 Thread John Wilker
> there is no input type of 5/23/01 etc.. You could use That should do it. just makes sure the column name in your db is the same as the input name. J. John Wilker Web Applications Consultant Macromedia Certified ColdFusion Developer www.red-omega.com "Losing - If

RE: Insertion of date and time of entry into a database field

2001-05-23 Thread Tony Gruen
Jerre, Here is how we do this... . form elements . Tony Gruen sfnetworks -Original Message- From: Jerre Hale [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 7:14 AM To: CF-Talk Subject: Insertion of date and time of entry into a database field I would

RE: Insertion of date and time of entry into a database field

2001-05-23 Thread Semrau, Steven L Mr SRA
D]] Sent: Wednesday, May 23, 2001 10:46 AM To: CF-Talk Subject: RE: Insertion of date and time of entry into a database field Post your Query Code that does the insert -Original Message- From: Jerre Hale [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 10:14 AM To: CF-Talk Subje

RE: Insertion of date and time of entry into a database field

2001-05-23 Thread Wjreichard
- From: Adkins, Randy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 10:46 AM To: CF-Talk Subject: RE: Insertion of date and time of entry into a database field Post your Query Code that does the insert -Original Message- From: Jerre Hale [mailto:[EMAIL PROTECTED]] Sent

RE: Insertion of date and time of entry into a database field

2001-05-23 Thread Peter Tilbrook
If the table is creating a new record each time a client logs in simply set the default value for your date field to Now() - do this within Access it self in Design mode. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jerre Hale Sent: Thursday, 24 May, 2