A
accessman2005
Guest
There should be a simple solution to this.
I have two fields with numbers in them ( dollars ).
I run a make-table query to add a third field that will show the sum of the two fields and my results in the third field are wrong.
Whenever there is a blank in the second field the third field shows a blank as well.
like this:
(Field 1 ) ( Field 2 ) (Field 3 = Field 1 + Field 2)
100.00 100.00 200.00
200.00 <blank> <blank>
130.00 100.00 230.00
my fields have the same data type and formatting so I don't understand where the problem is?
I have two fields with numbers in them ( dollars ).
I run a make-table query to add a third field that will show the sum of the two fields and my results in the third field are wrong.
Whenever there is a blank in the second field the third field shows a blank as well.
like this:
(Field 1 ) ( Field 2 ) (Field 3 = Field 1 + Field 2)
100.00 100.00 200.00
200.00 <blank> <blank>
130.00 100.00 230.00
my fields have the same data type and formatting so I don't understand where the problem is?