G
Gary B
Table 1 (Master)
CustNo (PK)
CustName
Table 2 (Detail)
DateTime (PK)
CustNo (FK)
CustStatus
How can I return a query that gives me the CustNo & CustStatus, but just the
newest entry for Table 2
CustNo (PK)
CustName
Table 2 (Detail)
DateTime (PK)
CustNo (FK)
CustStatus
How can I return a query that gives me the CustNo & CustStatus, but just the
newest entry for Table 2