Compact error. Error Code 1206. Unrecognisable database format.

tucker61

Registered User.
Local time
Today, 06:35
Joined
Jan 13, 2008
Messages
344
Now and again when updating the vba code i get a unrecognisable database format error - and can see the error is logged in the below table.
Any ideas how I can trace what is causing this error ?
Anyways have backups etc - so able to roll back.

1730133441161.png
 
In one or more tables you use Descrition as the field name which is a reserved word, you must change it.
 
In one or more tables you use Descrition as the field name which is a reserved word, you must change it.
Thanks, i had 2 fields named Description - So have renamed these.
 

Users who are viewing this thread

Back
Top Bottom