Re: Date & time
- From: "Douglas J. Steele" <NOSPAM_djsteele@xxxxxxxxxxxxxxxxx>
- Date: Thu, 13 Mar 2008 17:12:22 -0400
In addition to the advice John gave you, I'd strongly recommend that you
rename the field in your table named Now. Now is a reserved word, and using
it for your own purposes can lead to all sorts of problems.
For a good discussion on what names to avoid, see what Allen Browne has at
http://www.allenbrowne.com/AppIssueBadWord.html
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"Barcode" <Barcode@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:2AA193C5-133B-4F22-A290-D2E2F860BC71@xxxxxxxxxxxxxxxx
Hello
I would like to insert the Date and Time, but when I test this code it
insert only date.
How it is possible to insert in the same filed date + time ?
DoCmd.RunSQL "INSERT INTO Tillgangar ( Anvand, now, Mobiltelefon ) SELECT
1,
Date() , [Mobiltelefon];"
Thank you
.
- Prev by Date: Re: Date & time
- Next by Date: Re: copy properties Under forms
- Previous by thread: Re: Date & time
- Next by thread: Re: copy properties Under forms
- Index(es):
Relevant Pages
|