I'm going to try to simplify this.
I have a access database that keeps track of member contributions (currency) to different categories, i.e., gift1, gift2 gift3.
There are occasions when I need to add a new category to this database, i.e., adding a "gift4" field.
When I add the new field (gift 4), even if the default value is set to zero, the field the blank/null.
This becomes an issue when I do a calculation (query or report) to total fields gift1 to gift4.
If a member has contributed to "gift4" and I enter it, the calculation for fields gift1 thru gift4 is fine. BUT, if a member has not contributed to "gift 4," the calculation for their total (gift1, gift2 and gift3) is off.
What I have been have to do is go to the Table view, and put zeros in the new category field for all the previous records. (Thousands)
Is there a way to:
1. Not have the new empty field interfere with the calculation?
2. Replace the blank/null fields with 0.00 so it will calculate properly.
3. Other suggestions?
I have a access database that keeps track of member contributions (currency) to different categories, i.e., gift1, gift2 gift3.
There are occasions when I need to add a new category to this database, i.e., adding a "gift4" field.
When I add the new field (gift 4), even if the default value is set to zero, the field the blank/null.
This becomes an issue when I do a calculation (query or report) to total fields gift1 to gift4.
If a member has contributed to "gift4" and I enter it, the calculation for fields gift1 thru gift4 is fine. BUT, if a member has not contributed to "gift 4," the calculation for their total (gift1, gift2 and gift3) is off.
What I have been have to do is go to the Table view, and put zeros in the new category field for all the previous records. (Thousands)
Is there a way to:
1. Not have the new empty field interfere with the calculation?
2. Replace the blank/null fields with 0.00 so it will calculate properly.
3. Other suggestions?