I have a database that calculates taxes. I have two classes of properties Residential and Commercial. Here is the information
Access:
2003
Fields:
PCC (Text)
ORG-BLDG-VAL-C (Currency)
ORG-BLDG-VAL-R (Currency)
What I want to do is.
If entered a pcc code of 100 to 199, they MUST fill the org-bldg-val-r field.
If entered a pcc code of 300 to 599, they MUST fill the org-bldg-val-c field.
If entered a pcc code of 0?? to 099, they MUST fill both fields fields.
Pcc codes 100-299 are residential properties and 300-599 are commercial class properties. You can’t have a residential code with a commercial value or a commercial code with a residential value. We use 2 different tax rates. (now if the PCC codes starts with Zero (0), then both fields will be used.
Please advise
Access:
2003
Fields:
PCC (Text)
ORG-BLDG-VAL-C (Currency)
ORG-BLDG-VAL-R (Currency)
What I want to do is.
If entered a pcc code of 100 to 199, they MUST fill the org-bldg-val-r field.
If entered a pcc code of 300 to 599, they MUST fill the org-bldg-val-c field.
If entered a pcc code of 0?? to 099, they MUST fill both fields fields.
Pcc codes 100-299 are residential properties and 300-599 are commercial class properties. You can’t have a residential code with a commercial value or a commercial code with a residential value. We use 2 different tax rates. (now if the PCC codes starts with Zero (0), then both fields will be used.
Please advise
Comment