Re: How to update my access to current date??
From: John (y_at_spam.com)
Date: 10/02/04
- Next message: John: "Re: How to update a column in Access to empty???"
- Previous message: D: "How to update my access to current date??"
- In reply to: D: "How to update my access to current date??"
- Next in thread: Bob Barrows [MVP]: "Re: How to update my access to current date??"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 02 Oct 2004 07:35:52 GMT
If Date is a field, name it myDate instead of Date (reserved word)
<D> schreef in bericht news:OyLw6GFqEHA.644@tk2msftngp13.phx.gbl...
> Hi, got a problem here. I try using the following sql statement..
>
> strSQL = "UPDATE Messages(TABLE) SET Date=now() where MessageID=25"
>
> The error given to me:
> Syntax error in UPDATE statement.
>
> I'm doing an update of the date already stored in my Access. How do i
> resolve this problem?? Thanks
>
> cheers
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
- Next message: John: "Re: How to update a column in Access to empty???"
- Previous message: D: "How to update my access to current date??"
- In reply to: D: "How to update my access to current date??"
- Next in thread: Bob Barrows [MVP]: "Re: How to update my access to current date??"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|