I would like to check the date a table was created using code so that it can be deleted or overwritten as required.
I imagine it would be something like:-
If MyTable.CreatedDate<=#01/07/06# then
Docmd.DeleteObject MyTable
Endif
Any guidance appreciated.
If IT ain’t working Binnit and Reboot
I imagine it would be something like:-
If MyTable.CreatedDate<=#01/07/06# then
Docmd.DeleteObject MyTable
Endif
Any guidance appreciated.
If IT ain’t working Binnit and Reboot