+ 7 Working Days Date Function

I don't know how to write that kind of expression. Can you help me with that?
 
Something like:
Code:
If IsDate(Me.txtWorkdayRecd) Then
   Me.txt2DayDue.Visible = True
   Me.txt27DayDue.Visible = True
   Me.txt30DayDue.Visible = True
Else
   Me.txt2DayDue.Visible = False
   Me.txt27DayDue.Visible = False
   Me.txt30DayDue.Visible = False
End If
...using your control names of course.
 

Users who are viewing this thread

Back
Top Bottom