matrixindicator
IS-IT--Management
On my main form (F02_PANEL) in the header are a few buttons each mean to activate another subform (customer, articles ...). Below the code to do this. Not working, does not show the subform. Syntax - wrong reference - other code ?
<code>Forms!F02_PANEL![FORMSUB_EMPTY].Form.SourceObject = "FORMSUB_CUST"
Forms!F02_PANEL![FORMSUB_EMPTY].Form.Requery</code>
thanks in advance to show the good direction.
<code>Forms!F02_PANEL![FORMSUB_EMPTY].Form.SourceObject = "FORMSUB_CUST"
Forms!F02_PANEL![FORMSUB_EMPTY].Form.Requery</code>
thanks in advance to show the good direction.