Hi
I have two queries, one captures the last test date, formatted at the minute as a 'general number' using Format([Field],"0") on a piece of plant and the other captures the interval between tests on same piece of plant
When I add a spcific number to either field in my joining query they act as numbers, however if I try to add them together they add together as text
Example
DOPTestdate = 40629 - as a number. If I add 10 to this in another expression on the query it returns 40639
DOPRecuringDate = 180 - as a number. If I add 10 to this in another expression on the query it returns 190
If I create the expression [DOPTestdate]+[DOPRecuringDate] I get 40629180.
In the build up queries I have made sure that the fields are number format.
Can someone give me some pointers, I have had a look around the net and tried the Format([field]),"0") solution but to no effect.
Many thanks
Richard
I have two queries, one captures the last test date, formatted at the minute as a 'general number' using Format([Field],"0") on a piece of plant and the other captures the interval between tests on same piece of plant
When I add a spcific number to either field in my joining query they act as numbers, however if I try to add them together they add together as text
Example
DOPTestdate = 40629 - as a number. If I add 10 to this in another expression on the query it returns 40639
DOPRecuringDate = 180 - as a number. If I add 10 to this in another expression on the query it returns 190
If I create the expression [DOPTestdate]+[DOPRecuringDate] I get 40629180.
In the build up queries I have made sure that the fields are number format.
Can someone give me some pointers, I have had a look around the net and tried the Format([field]),"0") solution but to no effect.
Many thanks
Richard