D
deb
In a form, I have a check box a called CkBoxEHComp and a label called
LabelEHComp
In the format tab I have them set to visible = no
I also have 2 a comboboxs called PMID and ReportDtID(default value is 1).
how can I make the check box and lable visible only if PMID is NOT null and
the ReportDtID NOT= 1
I only want to see the check box if there is a PMID and there is a
ReportDtID other than 1.
PMID isnull and ReportDtID = 1, checkbox and lable not visible
PMID isnull and ReportDtID = 4, checkbox and lable not visible
PMID = 2 and ReportDtID = 1, checkbox and lable not visible
PMID = 2 and ReportDtID = 4, checkbox and lable VISIBLE
LabelEHComp
In the format tab I have them set to visible = no
I also have 2 a comboboxs called PMID and ReportDtID(default value is 1).
how can I make the check box and lable visible only if PMID is NOT null and
the ReportDtID NOT= 1
I only want to see the check box if there is a PMID and there is a
ReportDtID other than 1.
PMID isnull and ReportDtID = 1, checkbox and lable not visible
PMID isnull and ReportDtID = 4, checkbox and lable not visible
PMID = 2 and ReportDtID = 1, checkbox and lable not visible
PMID = 2 and ReportDtID = 4, checkbox and lable VISIBLE