G
Guest
frmMain has a combo box linked to a "Info" command button
that access form frmParent. This combo box draws it's
values from the primary key "Unit" in the table used in
frmParent. This is a one-to-many relationship.
Within fParent is subform sfrmDaughter.
fParent and sfrmDaughter are related by sfrmDaughter's
primary key "Name"(one-to-many).
When a value is selected in frmMain's combo box and
the "Info" command button is clicked, a popup appears
that states "Enter Parameter Value - sfrmDaughter.unit"
Since "Unit" is not a field in sfrmDaughter, but is only
related by frmParent, I get confused.
If I leave the text box empty, and click OK, everything
works normally. If I hit Cancel, sfrmDaughter is removed
from frmParent and an empty white space appears where the
subform is supposed to be.
There are no null values in any of the tables.
How can I get that popup to stop? I would truly
apprecite the help.
that access form frmParent. This combo box draws it's
values from the primary key "Unit" in the table used in
frmParent. This is a one-to-many relationship.
Within fParent is subform sfrmDaughter.
fParent and sfrmDaughter are related by sfrmDaughter's
primary key "Name"(one-to-many).
When a value is selected in frmMain's combo box and
the "Info" command button is clicked, a popup appears
that states "Enter Parameter Value - sfrmDaughter.unit"
Since "Unit" is not a field in sfrmDaughter, but is only
related by frmParent, I get confused.
If I leave the text box empty, and click OK, everything
works normally. If I hit Cancel, sfrmDaughter is removed
from frmParent and an empty white space appears where the
subform is supposed to be.
There are no null values in any of the tables.
How can I get that popup to stop? I would truly
apprecite the help.