P
PeggyG
I have a table of class information that contains class name, start date,
instructor, start time and days held - the days held (if more than one day)
repeat in separate records.
I need to end up with one record per class that shows class name,
instructor, start date and the days and times held. (Also in the mix is that
times held can be different each day held.)
Where do I start? A query? Two queries?
I started by creating a table and grouping on class name so I have a table
with non-dup class names...now, I am dead in the water!
Thanks in advance!
instructor, start time and days held - the days held (if more than one day)
repeat in separate records.
I need to end up with one record per class that shows class name,
instructor, start date and the days and times held. (Also in the mix is that
times held can be different each day held.)
Where do I start? A query? Two queries?
I started by creating a table and grouping on class name so I have a table
with non-dup class names...now, I am dead in the water!
Thanks in advance!