G
Guest
I am new to Access. On my form,
I created a formula to calculate Total Due...
=([DailyRate]*[NumberDays]+75)*1.08
Now, I want to add a check box to the form. If the user checks the box
(True), I want 100 added to the Total Due. If the box isn't checked, then
the Total Due doesn't change.
I tried an IF statement, but didn't have luck.
Thanks...
I created a formula to calculate Total Due...
=([DailyRate]*[NumberDays]+75)*1.08
Now, I want to add a check box to the form. If the user checks the box
(True), I want 100 added to the Total Due. If the box isn't checked, then
the Total Due doesn't change.
I tried an IF statement, but didn't have luck.
Thanks...