I am making a query up to a certain date, I want to then have that End date as a result in the query (note everything is aggregate functions, so all the other things are summing, multiplying to get single values from table) I just want the query to also return the date value as well as my aggregrate functions
here is last part of what I am dealing
FROM tblPerformance
WHERE tblPerformance.ladder_date<=[Enter End Date]
here is last part of what I am dealing
FROM tblPerformance
WHERE tblPerformance.ladder_date<=[Enter End Date]