Cronk
Registered User.
- Local time
- Tomorrow, 01:35
- Joined
- Jul 4, 2013
- Messages
- 2,776
There can be issues with using single quotes around names when dealing with someone called O'Leary. Best to use chr(34) to insert double quotes.
Also, why not just set the timestamp to Now() rather than formatting a variable. And the ProductID is likely to be a long integer, not an integer.
Apologies for being pedantic - I just like avoiding possible future problems.
Also, why not just set the timestamp to Now() rather than formatting a variable. And the ProductID is likely to be a long integer, not an integer.
Apologies for being pedantic - I just like avoiding possible future problems.