Ok, I have some expirence with VB and very little with Access. But I was drafted to help my co-worker work on this Access db.
The problem I am having is:
In a table we have cells filled with numbers. When we went to add this up for a total we kep getting errors. Not until we filled the blank cells with zero's did we get a total.
Now we have made a report. We need to add all the cells with numbers in them for a total. But not the cells that contain zero's.
Did I lose ya?
Problem is, if we remove the zero's to get a correct sum in the report, we lose the ability to add the numbers in the cells for a total.
I was thinking about trying to run a command in the form that turned any Nulls into zero's for certain colomns.
Any help or suggestions?
The problem I am having is:
In a table we have cells filled with numbers. When we went to add this up for a total we kep getting errors. Not until we filled the blank cells with zero's did we get a total.
Now we have made a report. We need to add all the cells with numbers in them for a total. But not the cells that contain zero's.
Did I lose ya?
Problem is, if we remove the zero's to get a correct sum in the report, we lose the ability to add the numbers in the cells for a total.
I was thinking about trying to run a command in the form that turned any Nulls into zero's for certain colomns.
Any help or suggestions?