View Single Post
  #1  
Old August 5th, 2004, 06:51 PM
Victor
external usenet poster
 
Posts: n/a
Default Repost: Calculation problem. Someone help!

I am reporting due to lack of repsone. However, I really owuld like some help
on this.

I have a table which looks like this:

ClientID ID Description amt.
details Details Page $10
landing Landing Page $10
noresults No Results Page $10
opt1 Picker Page $10

I need to create a new calculated item under ClientID
called "Results" which will be results = details -
landing. so that in query output, i will see all the line
items under client id and the new calculated item in
client id called results ....

Thanks