I've created a database that contains a date field in one of the tables. When a record is created in the table the date is inserted.
I'm trying to retrieve the date of the last entry from the database.
I've tried "SELECT Max(date) FROM tableName" with no luck.
😕 Can anybody point me in the right direction?
Thanks
Kylie