Hi all
In practical terms what is the difference between using a field in DELETE statement
DELETE field FROM Table;
or
DELETE FROM Table;
Unfortunately there is no TRUNCATE statement in Access
In Access 2010 (32 bits version) when I use DELETE * FROM Table; I often get the error "the database is in a format that can not be use...." or something like this.
Thanks
Joao Simplicio Rodrigues