G
Guest
Hello all
I have a one-to-one relationship between the (primary) SubcriberID field (Autonumber datatype) in tblSub and the (primary) CoSubscriberID field (number datatype) in tblCoSub. I have set up a main form with an embedded subform based on this relationship, but I'd really like to have a linked form (via a command button), while still enjoying the autonumber/number sychronization described below.
When data is added to the main form, not only does the Subscriber autonumber field populate automatically in the main form, but the SAME number automatically populates in the CoSubscriberID (number) field as a result of the subform linkage and the fact that SubscriberID is driving CoSubscriberID. This sychronization happens automatically in an embedded situation - a very nice feature indeed
However, In the interest of screen real estate, I would like to have the "subform" pop-up (perhaps after pressing a command button), but still inherit the current number from the main form (autonumber field)
Does anyone know how I can essentially duplicate the sychronization effect with a pop-up form
Most appreciated
Jod
I have a one-to-one relationship between the (primary) SubcriberID field (Autonumber datatype) in tblSub and the (primary) CoSubscriberID field (number datatype) in tblCoSub. I have set up a main form with an embedded subform based on this relationship, but I'd really like to have a linked form (via a command button), while still enjoying the autonumber/number sychronization described below.
When data is added to the main form, not only does the Subscriber autonumber field populate automatically in the main form, but the SAME number automatically populates in the CoSubscriberID (number) field as a result of the subform linkage and the fact that SubscriberID is driving CoSubscriberID. This sychronization happens automatically in an embedded situation - a very nice feature indeed
However, In the interest of screen real estate, I would like to have the "subform" pop-up (perhaps after pressing a command button), but still inherit the current number from the main form (autonumber field)
Does anyone know how I can essentially duplicate the sychronization effect with a pop-up form
Most appreciated
Jod