C
Chris
Hello All.
I would like a subform to be shown if the value in a txtbox is less than 12
(months)
If txtBox.value < 12 Then
sfrmForm.Visible = True
Else sfrm.visible = False
End IF
the problem is that the txtBox is the last control on the form and when the
form is closed the txtBox has the focus.
I've been thinking of adding a chkBox but I can't help thinking there is a
better way available.
Any idea's ?
I would like a subform to be shown if the value in a txtbox is less than 12
(months)
If txtBox.value < 12 Then
sfrmForm.Visible = True
Else sfrm.visible = False
End IF
the problem is that the txtBox is the last control on the form and when the
form is closed the txtBox has the focus.
I've been thinking of adding a chkBox but I can't help thinking there is a
better way available.
Any idea's ?