TableDef index error

spowers21

Registered User.
Local time
Today, 18:24
Joined
Mar 28, 2002
Messages
49
when trying to open a database to make a change to a form I encountered an error message I not yet seen:

" isn't an index in this table. Look in the indexes collection of the TableDef object to determine the valid index names.

Can anyone give me some insite as to how to fix this problem?
 
Is some code underlying the form trying to do a Seek function after loading an Index property? If so, the design of the table has changed since the form was designed. The code under that form needs to be updated.

If that isn't it, then I'm not sure where to look next.
 

Users who are viewing this thread

Back
Top Bottom