Sep 14, 2005 #1 imsco Technical User Joined Aug 31, 2005 Messages 4 Location US I need to have the Top Value of a query actually be an equation: TopValue=LeadsDelivered-Leadbalance Any Ideas? imsco
I need to have the Top Value of a query actually be an equation: TopValue=LeadsDelivered-Leadbalance Any Ideas? imsco
Sep 14, 2005 #2 Golom Programmer Joined Sep 1, 2003 Messages 5,595 Location CA By "Top Value" do you mean the record where "TopValue" in your calculation is maximum? minimum? the latest one? the earliest one? Upvote 0 Downvote
By "Top Value" do you mean the record where "TopValue" in your calculation is maximum? minimum? the latest one? the earliest one?
Sep 14, 2005 #3 lespaul Programmer Joined Feb 4, 2002 Messages 7,083 Location US Or do you mean: SELECT TOP 3 ...... where 3 is a calculation of LeadsDelivered - LeadBalance Leslie Anything worth doing is a lot more difficult than it's worth - Unknown Induhvidual Essential reading for anyone working with databases: The Fundamentals of Relational Database Design Upvote 0 Downvote
Or do you mean: SELECT TOP 3 ...... where 3 is a calculation of LeadsDelivered - LeadBalance Leslie Anything worth doing is a lot more difficult than it's worth - Unknown Induhvidual Essential reading for anyone working with databases: The Fundamentals of Relational Database Design
Sep 14, 2005 #4 ebizleads Technical User Joined Sep 14, 2005 Messages 57 Location US yes,this is correct Upvote 0 Downvote