Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why is this table generating?

Status
Not open for further replies.

mlrmlr

Technical User
Mar 17, 2006
168
US
Hello,

I am continually having a problem with my input form. I currently have 5 users entering data into an Access database (2003) form. I am told that the database freezes and does not save the data entered. I noticed that a table called “MSysCompactError” is created when an error occurs. The MSysCompactError table has an ErrorCode column, ErrorDescription column, ErrorRecid column and ErrorTable which lists the error codes and descriptions (see below).

I see the error “Could not find field ‘Description’”. What does this mean? I do not have a field called “Description” in the table.

<ERROR TABLE>
MSysCompactError
ErrorCode ErrorDescription ErrorRecid ErrorTable
-1504 Could not find field 'Description'. fd_log_table
-1504 Could not find field 'Description'. fd_log_table
-1504 Could not find field 'Description'. fd_log_table
-1504 Could not find field 'Description'. fd_log_table
-1504 Could not find field 'Description'. fd_log_table
-1206 Could not find field 'Description'. fd_log_table
<ERROR TABLE>

I would really appreciate some help on this. Thanks.
 
Remou,

Yes, the database is split.

Thanks so much for the symptom link. It is so informative. Hopefully I can find a fix to my problem on the site.

Thanks again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top