D
Dave Elliott
This code is run via a command button on my form and it makes the Text340
Visible upon printing of the check.
What I now need is if this code is not executed for the Text340 to be
Invisible.
After the Printing or execution of this code, Text340 is visible for all
records, not just the one it was executed on.
It needs to be visible only if that particular record has been printed, or
that command button code executed.
If Not IsNull([ChkNoID]) Then
Text340.Visible = True
End If
Me.Refresh
Visible upon printing of the check.
What I now need is if this code is not executed for the Text340 to be
Invisible.
After the Printing or execution of this code, Text340 is visible for all
records, not just the one it was executed on.
It needs to be visible only if that particular record has been printed, or
that command button code executed.
If Not IsNull([ChkNoID]) Then
Text340.Visible = True
End If
Me.Refresh