A
Annemarie
Hello!
I have three forms....One main form with information and a choice of
Yes/No. When Yes is selected a form pops up for data entry. When No
is selected a different form pops up for data entry. The problem is
that there is no link to the parent form so the data entered is not
going to the tables. I would like to link the child and parent fields
of the forms for data input but am not experienced enough with codes to
write it myself. Can someone help me with this?
Parent fields are
[Forms]![Add New Subfunctions]![CCN]
[Forms]![Add New Subfunctions]![UIC]
[Forms]![Add New Subfunctions]![Sub #]
[Forms]![Add New Subfunctions]![Sub CCN]
Child fields for one form are
[Forms]![Algorithm YES]![CCN]
[Forms]![Algorithm YES]![UIC]
[Forms]![Algorithm YES]![Sub #]
[Forms]![Algorithm YES]![CCN Subfunction_SubCCN]
I already have an OnOpen macro that opens to a new record. Any help
would be appreciated. Thanks.
I have tried inserting a subform through the wizard, but when I do this
the subforms are always on the main form. If there is a way to use
subforms but still only have the respective form open on the click of
the Yes/No button this would be anothe option.
Suggestions??? Thanks.
I have three forms....One main form with information and a choice of
Yes/No. When Yes is selected a form pops up for data entry. When No
is selected a different form pops up for data entry. The problem is
that there is no link to the parent form so the data entered is not
going to the tables. I would like to link the child and parent fields
of the forms for data input but am not experienced enough with codes to
write it myself. Can someone help me with this?
Parent fields are
[Forms]![Add New Subfunctions]![CCN]
[Forms]![Add New Subfunctions]![UIC]
[Forms]![Add New Subfunctions]![Sub #]
[Forms]![Add New Subfunctions]![Sub CCN]
Child fields for one form are
[Forms]![Algorithm YES]![CCN]
[Forms]![Algorithm YES]![UIC]
[Forms]![Algorithm YES]![Sub #]
[Forms]![Algorithm YES]![CCN Subfunction_SubCCN]
I already have an OnOpen macro that opens to a new record. Any help
would be appreciated. Thanks.
I have tried inserting a subform through the wizard, but when I do this
the subforms are always on the main form. If there is a way to use
subforms but still only have the respective form open on the click of
the Yes/No button this would be anothe option.
Suggestions??? Thanks.