Tupacmoche
Registered User.
- Local time
- Today, 11:18
- Joined
- Apr 28, 2008
- Messages
- 291
Hi Form Masters,
I have a form that must be filled in under certain conditions. When the user selects the print button I have code that checks if it is required as follows:
If Nz(Me.txtAmtCash.Value) >= 50000 Or Nz(Me.PledgeAmount.Value) >= 50000 Or Nz(Me.SPH_StewardShip.Value) = 1 Then
MsgBox ("You must fill out a StewardShip form to continue...")
Else
End If
What, I need help on is determining one that the page on a tabbed form was filled in completely it has eight fields on it and then exist the code to print with the message 'Please fill out form'. Any assistance would be appreciated.
I have a form that must be filled in under certain conditions. When the user selects the print button I have code that checks if it is required as follows:
If Nz(Me.txtAmtCash.Value) >= 50000 Or Nz(Me.PledgeAmount.Value) >= 50000 Or Nz(Me.SPH_StewardShip.Value) = 1 Then
MsgBox ("You must fill out a StewardShip form to continue...")
Else
End If
What, I need help on is determining one that the page on a tabbed form was filled in completely it has eight fields on it and then exist the code to print with the message 'Please fill out form'. Any assistance would be appreciated.