callhandler
Programmer
What are the idiosyncracies of the date format in Access?
why does the following fail?
INSERT INTO records(date) VALUES (#02/28/1972#)
The field "date" not surprisingly, is a date field.
why does the following fail?
INSERT INTO records(date) VALUES (#02/28/1972#)
The field "date" not surprisingly, is a date field.