G
Guest
I have a table with 4 fields: Name1, Entre'e1, Guest Name and Guest Entre'e.
I want to create a report group by Entre'e.
Here are some sample records:
Name1, Entre'e1, Guest Name, Guest Entre'e
John, Beef, Mary, Fish
Paul, Fish, Linda, Chicken
Sam, Beef, Karen, Beef.
The report should look like this:
Beef
John
Sam
Karen
Chicken
Linda
Fish
Mary
Paul
How can I do this in report and what kind of query I should create? Thanks.
I want to create a report group by Entre'e.
Here are some sample records:
Name1, Entre'e1, Guest Name, Guest Entre'e
John, Beef, Mary, Fish
Paul, Fish, Linda, Chicken
Sam, Beef, Karen, Beef.
The report should look like this:
Beef
John
Sam
Karen
Chicken
Linda
Fish
Mary
Paul
How can I do this in report and what kind of query I should create? Thanks.