Jan 31, 2002 #1 wroot MIS Jan 9, 2002 9 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
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
Jan 31, 2002 #2 WMcGregor Programmer Jan 23, 2002 41 US In the Query Grid, you should be able to define an expression to represent the difference Diff:=[Field1]-[Field2] Upvote 0 Downvote
In the Query Grid, you should be able to define an expression to represent the difference Diff:=[Field1]-[Field2]
Feb 1, 2002 Thread starter #3 wroot MIS Jan 9, 2002 9 US Thank You i was doing it right but i needed the brackets around the field names. Dave Upvote 0 Downvote