TonyScarpelli
Programmer
I have two tables, one with equipment information with an ID, and one with dated procedures in it related to the ID of the other table.
There are multiple rows (2 to 4) for an ID, and with a date field.
I need to choose one of the rows based on the earliest date.
I.E.
ID Date
1234 2009/08/01
1234 2008/07/27 <-- I need to choose this row
1234 2019/03/22
Any ideas on how I can do this?
Thanks
Tony Scarpelli
Clinical Engineering Dept.
Maine Medical Center
Portland, Maine 04102
There are multiple rows (2 to 4) for an ID, and with a date field.
I need to choose one of the rows based on the earliest date.
I.E.
ID Date
1234 2009/08/01
1234 2008/07/27 <-- I need to choose this row
1234 2019/03/22
Any ideas on how I can do this?
Thanks
Tony Scarpelli
Clinical Engineering Dept.
Maine Medical Center
Portland, Maine 04102