Hello,
I need to know if in VB it is possible to set a subform that is visible sometimes and others invisible, to a selected record. For example on a separate Cmd click I have a separate form open up with the selected record. The code reads:
DoCmd.OpenForm "frm_contactsEd it", , , "[ContactID]=" & Me.ListContact
I need my visible comand to follow a similar procedure of setting to a specific record. It is not possible to link the subform and from because my form is not bound to any object.
Any help would be appreciated.
Oxford Consulting
I need to know if in VB it is possible to set a subform that is visible sometimes and others invisible, to a selected record. For example on a separate Cmd click I have a separate form open up with the selected record. The code reads:
DoCmd.OpenForm "frm_contactsEd it", , , "[ContactID]=" & Me.ListContact
I need my visible comand to follow a similar procedure of setting to a specific record. It is not possible to link the subform and from because my form is not bound to any object.
Any help would be appreciated.
Oxford Consulting
Comment