Hi all
When trying to open up my main form, I get a pop up box with title "Enter Parameter Value" and is asking me for MEDRECNO, which is the primary key in my main table. This main form has 2 subforms that are linked to it by the MEDRECNO.
If I click "Cancel" on the first popup, the same one pops up again. I click "Cancel" again and the form opens, except the 2 areas where the subforms should be is just an empty white area. If I click "OK" on both boxes, the subforms show, but I don't want to have those pop ups at all.
The relationships are set like this:
MEDRECNO(main form/table) 1 to many MedRecNum(foreign key of 'Regimen' table) "Enforce Referential Integrity" and "Cascade Update Related Fields" are checked
MEDRECNO(main table) 1 to many WtID(foreign key of 'Weight' table) same checked off as above
Everything worked fine until I deleted all records in all tables so I could enter new test data from scratch.
Any ideas on what's happening?
When trying to open up my main form, I get a pop up box with title "Enter Parameter Value" and is asking me for MEDRECNO, which is the primary key in my main table. This main form has 2 subforms that are linked to it by the MEDRECNO.
If I click "Cancel" on the first popup, the same one pops up again. I click "Cancel" again and the form opens, except the 2 areas where the subforms should be is just an empty white area. If I click "OK" on both boxes, the subforms show, but I don't want to have those pop ups at all.
The relationships are set like this:
MEDRECNO(main form/table) 1 to many MedRecNum(foreign key of 'Regimen' table) "Enforce Referential Integrity" and "Cascade Update Related Fields" are checked
MEDRECNO(main table) 1 to many WtID(foreign key of 'Weight' table) same checked off as above
Everything worked fine until I deleted all records in all tables so I could enter new test data from scratch.
Any ideas on what's happening?