G
Guest
Hello: in the example below, I want to cycle through my records and 1: pick
up the most recent two records based on date and name id; input a "show" flag
IF it has a "Fail" status in either of the latest two (or in the latest).
Then I want to query on the "shows" . Using the example below, the end
result would be a query that only returns Name 123.
I forgot how to do this in Access (would rather NOT export to Excel and do
this.)
Detail ID Name ID Name Date Status Flag
456 123 Name123 01-Nov-04 Fail Show
457 123 name123 27-Oct-04 Pass Show
458 124 Name124 01-Nov-04 Pass Don't show
459 124 Name124 27-Oct-04 Pass Don't show
up the most recent two records based on date and name id; input a "show" flag
IF it has a "Fail" status in either of the latest two (or in the latest).
Then I want to query on the "shows" . Using the example below, the end
result would be a query that only returns Name 123.
I forgot how to do this in Access (would rather NOT export to Excel and do
this.)
Detail ID Name ID Name Date Status Flag
456 123 Name123 01-Nov-04 Fail Show
457 123 name123 27-Oct-04 Pass Show
458 124 Name124 01-Nov-04 Pass Don't show
459 124 Name124 27-Oct-04 Pass Don't show