Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For Unit 100 from Property 0081, I need to find ONLY the most current As of
Date and its associated Sq Footage but my query returns ALL As of Dates and associated Sq Footage. How can I return only the most current? Thanks. Property Unit SF Type As of Date Sq Ft 0081 100 Rentable 12/1/1996 92246 0081 100 Rentable 12/1/2001 58387 0081 100 Rentable 5/15/2008 40345 Here is my SQL query: SELECT "UFPROP" AS "Property", "UFUNIT" AS "Unit", "UFSFTYP" AS "SF type", "UFDATE" AS "As-of Date", "UFSF" AS "Square footage" FROM "PROPERTY_PMP_RECORD_19" Where ((UFSFTYP = 'Rentable') AND (UFUNIT = '100')) Kalli |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I add the new record from another list to current one? | Excel Worksheet Functions | |||
Update current record in Access using Excel | Excel Programming | |||
Blocking Error 3021 No current record | Excel Programming | |||
Record Selection | Excel Programming | |||
Current row/record shown when opening data/form | Excel Programming |