Hi, I have several form fields that are supposed to be
inserted into an Access database. Several of the values are dates,
which I created with dropdown menus that the users choose their
values from, and then I used the CreateDate/CreateTime function to
format them properly for Access date/time fields. However... I
can't seem to get past this error! I have checked to be sure that I
am not using any reserve words, and I don't think there are any
misplaced commas, etc., although I could have missed something. I
am guessing it has something to do with the date fields. I don't
have any specific formatting on them in Access. Please help! Thanks
:)
'#Trim(form.datestamp)# #Trim(form.timestamp)# Unlike the other form values, you are passing in the date and
time stamp as a string. Why not use ParseDateTime instead?