Subform data input problem

T

TBoe

I have a subform based off of a table that has ~ 6 fields. Mainly date
fields related to the parent form. (Clients name, address, etc). I want to
be able to input dates in multiple records of this subform and be saved for
later use. I can input the 2nd record of the subform but I get an error
stating “You cannot assign a value to this object†etc….
If I click OK it lets me input the data but when I try to go back to record
one I get an error message “The changes were not successful because they
would create duplicate values in the index, primary keys or relationship etc.
Thanks for all your help.
 
T

TBoe

I found the problem. I had the ID in the table set to "autonumber" and as
primary key. After changing it to number and removing the PK.....Wala
Thanks anyway.
 
Top