M
Mishanya
I have subForm with records of CRM conversations. It's linked to the
ParentForm by ClientID.
I've also put an unbound cboSelector on the subForm to select needed
ConversationID details and kind of hoped it will restrict itself
automatically to the ClientID value of the ParentForm, provided the
link-condition is global for all the subform controls. Well, it is not.
How do I restrict the list of the cboSelector? To filter it by AfterUpdate
event of the ParentForm cboSelectClientID seems cubersome? Maybe to add
ClientID field to the subForm selector query and put some criteria to it
(me!ClientID or something)?
ParentForm by ClientID.
I've also put an unbound cboSelector on the subForm to select needed
ConversationID details and kind of hoped it will restrict itself
automatically to the ClientID value of the ParentForm, provided the
link-condition is global for all the subform controls. Well, it is not.
How do I restrict the list of the cboSelector? To filter it by AfterUpdate
event of the ParentForm cboSelectClientID seems cubersome? Maybe to add
ClientID field to the subForm selector query and put some criteria to it
(me!ClientID or something)?