Afrooman108
New member
- Local time
- Today, 07:14
- Joined
- Apr 23, 2012
- Messages
- 9
This is what i have so far. I need it to fill textbox 53 with the text.
If loyalty bonus is more than or equal to 500.
Sub BONUSDUE()
End Sub
If ([LoyaltyBonus] >= 500) Then
Textbox53 ("Loyalty Bonus Due")
End If
If loyalty bonus is more than or equal to 500.
Sub BONUSDUE()
End Sub
If ([LoyaltyBonus] >= 500) Then
Textbox53 ("Loyalty Bonus Due")
End If