Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Subtraction

Status
Not open for further replies.

wroot

MIS
Jan 9, 2002
9
0
0
US
I am trying to get the difference between to fields in the database through a SQL command and i cannot seem to get it to work
Any ideas
thanks
Dave
 
In the Query Grid, you should be able to define an expression to represent the difference

Diff:=[Field1]-[Field2]

 
Thank You
i was doing it right but i needed the brackets around the field names.
Dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top