S
S Jackson
I have two tables. Table1 has a one to many relationship with Table2. I
want to create a query that selects fields from Table1, and one field (a
date field) from Table2, but I want it to select only the newest field (date
field) from Table 2. Maybe an example would help:
Currently, I get this:
CaseName1, 02/14/04
CaseName1, 03/14/04
CaseName1, 04/14/04
But, I only want the last row, CaseName1, 04/14/04.
Does this make sense?
TIA
S. Jackson
want to create a query that selects fields from Table1, and one field (a
date field) from Table2, but I want it to select only the newest field (date
field) from Table 2. Maybe an example would help:
Currently, I get this:
CaseName1, 02/14/04
CaseName1, 03/14/04
CaseName1, 04/14/04
But, I only want the last row, CaseName1, 04/14/04.
Does this make sense?
TIA
S. Jackson