Click to See Complete Forum and Search --> : date in accesstable


Mitre
January 29th, 2001, 01:49 AM
i got error for the following code... any idea wats wrong?

dim date
date=date()

SQL="Insert INTO Table (date) VALUES(date)"
Execute.Con(SQL)

Mitre
February 1st, 2001, 01:28 AM
jus ignore this.. found the problem... which is we cannot name the field as date.. since its a keyword