D
Dave Elliott
The form referred to below is on a sub-form on a main form
The code is being run on the sub-forms current event
Code is not doing anything ???
Tyring to make the Label LblPrtInv visible or invisible if a value is in
the control SentVia
If IsNull ("Forms!FTimeBillingSub!SentVia") Then
Forms!FTimeBillingSub!LblPrtInv.Enabled = False
End If
If Not IsNull ("Forms!FTimeBillingSub!SentVia") Then
Forms!FTimeBillingSub!LblPrtInv.Enabled = True
End If
The code is being run on the sub-forms current event
Code is not doing anything ???
Tyring to make the Label LblPrtInv visible or invisible if a value is in
the control SentVia
If IsNull ("Forms!FTimeBillingSub!SentVia") Then
Forms!FTimeBillingSub!LblPrtInv.Enabled = False
End If
If Not IsNull ("Forms!FTimeBillingSub!SentVia") Then
Forms!FTimeBillingSub!LblPrtInv.Enabled = True
End If