I have a combo box called cmbPaymentMethod it includes several choices such as:
Cash
Check
Visa
MasterCard
PayPal
Charge
No Charge
Also I have a field called txtPaymentAmount.
What I want to do is if the user picks Cash; Check; Visa; MasterCard; or PayPal
and they come to txtPaymentAmount and don't enter an amount then a
MsgBox comes up and lets them know.
I don't want to use the Conditional Formatting button. I want to use code.
Any help would be appreciated.
Tom
Cash
Check
Visa
MasterCard
PayPal
Charge
No Charge
Also I have a field called txtPaymentAmount.
What I want to do is if the user picks Cash; Check; Visa; MasterCard; or PayPal
and they come to txtPaymentAmount and don't enter an amount then a
MsgBox comes up and lets them know.
I don't want to use the Conditional Formatting button. I want to use code.
Any help would be appreciated.
Tom