I
Ivor Williams
I have two forms in a database. On one of the forms (frmPO) is a combo box
(cboSupplier). On the other form (frmReqMat) is a command button (cmdPO).
When cmdPO is clicked, form frmPO is opened displaying only those records
for the currently selected supplier on form frmReqMat. When frmPO is opened
this way, I want to set the Visible property of cboSupplier to False. I've
tried to do this using the IsLoaded property in VBA, but I must be getting
the syntax wrong. Would appreciate some help.
Ivor
(cboSupplier). On the other form (frmReqMat) is a command button (cmdPO).
When cmdPO is clicked, form frmPO is opened displaying only those records
for the currently selected supplier on form frmReqMat. When frmPO is opened
this way, I want to set the Visible property of cboSupplier to False. I've
tried to do this using the IsLoaded property in VBA, but I must be getting
the syntax wrong. Would appreciate some help.
Ivor