G
Guest
Hello,
I wish to change the font property of a label to switch of the
underline under certain conditions. I have the following code
Public Sub HideQuoteTotals(ReportName As Variant)
ReportName![unTreatedLabel].Visible = False
ReportName![unTreatedLabel].left = 7450
'how do I set the underlined property of this control to NO
????????
End Sub
Thanx in advance
Geri x
I wish to change the font property of a label to switch of the
underline under certain conditions. I have the following code
Public Sub HideQuoteTotals(ReportName As Variant)
ReportName![unTreatedLabel].Visible = False
ReportName![unTreatedLabel].left = 7450
'how do I set the underlined property of this control to NO
????????
End Sub
Thanx in advance
Geri x