Hi All,
I have a set of tables and forms for data entry on one subject. It all works fine. I needed to duplicate the table structure and forms for another subject within the same database so I copied the tables and forms within the database for this new topic.
All looked and acted fine until I tried to enter data on my first subform on this new/copied form for this second topic. Whenever I try to enter my first piece of data on this subform I get the error "The object doesnt contain the Automation object 'Salmonella_Water.' (I believe that is referring to a table within the database which this subform is at least partially based upon - and the table is present).
I can click OK to eliminate this box and fill in the subform, but then when I try to leave the subform, I get the message that the "Index or primary key cannot contain a null value". So it appears that the child table that this subform is based upon is not getting the primary key from the parent table when I enter data.
Any thoughts on how to remedy this?