I have a table of data is formatted as follows:
Acct#, Admit Date, Discharge Date
1 14/1/2010 16/1/2010
I am comparing it to another table that lists out dates individually. Is there a way to convert the first table via a query to list the dates as a single list instead of a date range? Something like this:
Acct# , Date of Service
1 14/1/2010
1 15/1/2010
1 16/1/2010
Best regards,
Acct#, Admit Date, Discharge Date
1 14/1/2010 16/1/2010
I am comparing it to another table that lists out dates individually. Is there a way to convert the first table via a query to list the dates as a single list instead of a date range? Something like this:
Acct# , Date of Service
1 14/1/2010
1 15/1/2010
1 16/1/2010
Best regards,