G
gr
Hello,
which is the right syntax of the following?
dim frm as Form
Set frm = Forms("frmMD!sfrmMeasurementDevices")
I have tried with
Set frm = Forms("sfrmMeasurementDevices")
and
Set frm = Forms("Forms!frmMD!sfrmMeasurementDevices")
no luck yet..
thx.
which is the right syntax of the following?
dim frm as Form
Set frm = Forms("frmMD!sfrmMeasurementDevices")
I have tried with
Set frm = Forms("sfrmMeasurementDevices")
and
Set frm = Forms("Forms!frmMD!sfrmMeasurementDevices")
no luck yet..
thx.