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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top