G
Guest
When I try to create a new record on my form and insert data into a
particular field I recieve the following message:
The current field must match the join key '?' in the table that serves as
the 'one' side of one-to-many relationship. Enter a record in the 'one' side
table with the desired key value, and then make the entry with the desired
join key in the 'many-only' table.
The thing is that although this field is used as a key in my 'StockUnit'
table it is a foreign key for this table. but in trying to fix the problem
i've even removed the link to the 'StockUnit' table.
Also, when I open the record source for the form and looking at the SQL
View, I can enter values as a new record into this field. It worked
yesterday with my last test and I havn't added much to the form today.
Any insight into what I may have done would be great.
Thanks in advance,
Pip'n
particular field I recieve the following message:
The current field must match the join key '?' in the table that serves as
the 'one' side of one-to-many relationship. Enter a record in the 'one' side
table with the desired key value, and then make the entry with the desired
join key in the 'many-only' table.
The thing is that although this field is used as a key in my 'StockUnit'
table it is a foreign key for this table. but in trying to fix the problem
i've even removed the link to the 'StockUnit' table.
Also, when I open the record source for the form and looking at the SQL
View, I can enter values as a new record into this field. It worked
yesterday with my last test and I havn't added much to the form today.
Any insight into what I may have done would be great.
Thanks in advance,
Pip'n