D
Dave Elliott
This code should make a (NUMBER) field visible or invisible but does not,
why?
The number field is Text21, it is a sub-form on a main form named
frmAutoPayrollReport.
The code below is on current from form frmAutoPayrollReport
If Nz(Me.FTimeBillingSub.Form!Text21) < 31 Then
Me.Text335.Visible = True
Else
Me.Text335.Visible = False
End If
why?
The number field is Text21, it is a sub-form on a main form named
frmAutoPayrollReport.
The code below is on current from form frmAutoPayrollReport
If Nz(Me.FTimeBillingSub.Form!Text21) < 31 Then
Me.Text335.Visible = True
Else
Me.Text335.Visible = False
End If