Database is like this:
Price NBB
4.51 4.5
0.37 0.35
0.51 0.5
2.28 2.25
0.77 0.75
0.59 0.55
Is there a way to subtract Price from NBB ?
Thank you in advance.
Rick B - 31 May 2006 17:28 GMT
Sure. In a new column in your query...
NewPrice: [NBB] - [Price]

Signature
Rick B
> Database is like this:
>
[quoted text clipped - 9 lines]
>
> Thank you in advance.