I have an access table and I want to insert today's date into one of the field. What is the correct syntax.
This is not working:
Dim todaysdate as String
todaysdate = format(Now,"m/d/yy")
Insert into table(Date)Values(todaysdate)
Thanks
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |