S
Shyguy
I have a table with a sequence of dates, some dates are duplicated.
I also have a query that lists "appointments" from another table.
I need to create a new table, or report, that shows all the dates from
the table, and the "appointments" from the query. If a date in the
table is a duplicated date (say it's in the table twice), and there is
an "appointment" for the same date, then the result should show the
date once with no "appointment" and once with the "appointment".
I don't think I'm articulating this correctly so here is an example.
Table Data
1/2/05
1/3/05
1/4/05
1/4/05
1/5/05
Query (appointment) Data
1/3/05 Name Time
1/4/05 Name Time
1/5/05 Name Time
Final Table or report
1/2/05
1/3/05 Name Time
1/4/05 Name Time
1/4/05
1/5/05 Name Time
Thank you for any help
I also have a query that lists "appointments" from another table.
I need to create a new table, or report, that shows all the dates from
the table, and the "appointments" from the query. If a date in the
table is a duplicated date (say it's in the table twice), and there is
an "appointment" for the same date, then the result should show the
date once with no "appointment" and once with the "appointment".
I don't think I'm articulating this correctly so here is an example.
Table Data
1/2/05
1/3/05
1/4/05
1/4/05
1/5/05
Query (appointment) Data
1/3/05 Name Time
1/4/05 Name Time
1/5/05 Name Time
Final Table or report
1/2/05
1/3/05 Name Time
1/4/05 Name Time
1/4/05
1/5/05 Name Time
Thank you for any help