Query->db changes

G

Guest

I have a table (I)containing some columns with link to other tables(a,b,c,d).
Filling in this table, I get a combo choose box to insert values from a,b,c,d
in the (I)-table.

Now I have a query that shows just one of the records in (I). When manually
changing column values of (a,b,c,d) links I get this error:

ERROR <The changes you requested to the table were not succesful because
they would create duplicate values in the index, primary key, or
relationship. Change data in the field or fields that contain duplicate data,
remove the index, or define the index to permit duplicate entries and try
again.>

I want to be able to change values in query so that this record is adjusted
in the (I) table...

Please push me in the right direction...

Thx
 
G

Guest

John,
yes, they were primary key.

In my query design, I linked my tables the same as I did when defining the
relationships. Apparently I shouldn have done that, when deleting these
'lines' , the problem is solved.
Yhx
 

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

Top