Synchronized combo boxes...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to use synchronized combo boxes to review records in a table and
then also to add records to the end of the table, but run into an error
#3341 "The current field must match the join key in the table that serves as
the one side of a one to many relationship." Not sure why I am getting this.
Help please.
Bill Arthur
 
Please check your tables .

I can best explain it using my own imaginary siatuation.
I have a table named tblOne : IDone - long Integer
I have a table named tblTwo: IDtwo - Integer .

Putting IDtwo value on IDone will create the problem because of different
data type . (Err# 3341)
Hope that helps.
 
Back
Top