Autonumber Data/Type Mismatch

burnout

Registered User.
Local time
Today, 17:26
Joined
Jan 26, 2006
Messages
17
I have two tables, one has the autonumber column, sysid, and then in the process of updating the database via forms the sysid from one table is placed in another (text format). I thought I could use that to link the tables for queries, but I am running into a data/type mismatch error.

Any ideas to get around this?

Thanks!
 
Autonumber field in one table should link to a long integer field in the child table. You cant match number with text efficiently.

Redefine the sysid in the child table andon the form as long integer.
 
thanks so much!
 

Users who are viewing this thread

Back
Top Bottom