Just curious anyone else run into this problem with Access 2010. I have a query that has several calculated fields and 2010 insists on concatenating the fields instead of adding them. funny thing is not all of the calculated fields only some of them and concatenates them with the + . Ive seen/used the + in other environments to concatenate but never in access. All data types are numerical. An example:
values=300,50
Expr2: [Delpcs300a]+[Delpcs300p] Result 30050
Whats odd is if i add a division by to the first field then access recognizes it as math like
Expr2: [Delpcs300a]/1+[Delpcs300P]
then it calculates properly
result 350
thanks in advance
MW
HTH << MaZeWorX >> "I have not failed I have only found ten thousand ways that don't work" <<Edison>>
values=300,50
Expr2: [Delpcs300a]+[Delpcs300p] Result 30050
Whats odd is if i add a division by to the first field then access recognizes it as math like
Expr2: [Delpcs300a]/1+[Delpcs300P]
then it calculates properly
result 350
thanks in advance
MW
HTH << MaZeWorX >> "I have not failed I have only found ten thousand ways that don't work" <<Edison>>