Hi All,
I have two tables: one with name info and the other one has gifts info. The relationship is one to many.
What I want to see on my report is as follow:
(header row) | FY03 | FY02
Name | gift date/amount | gift date/amount
| in year 2003 | in year 2002
| only | only
| |
| |
By using conditional supress, i can get something like
Name 6/30/2003
2/4/2003
5/10/2002
3/20/2002
I like to have 6/20/2003 and 5/10/2002 at the same row as name.
something like
Name 6/30/2003 5/10/2002
2/4/2003 3/20/2002
Thanks in advance!
Song
I have two tables: one with name info and the other one has gifts info. The relationship is one to many.
What I want to see on my report is as follow:
(header row) | FY03 | FY02
Name | gift date/amount | gift date/amount
| in year 2003 | in year 2002
| only | only
| |
| |
By using conditional supress, i can get something like
Name 6/30/2003
2/4/2003
5/10/2002
3/20/2002
I like to have 6/20/2003 and 5/10/2002 at the same row as name.
something like
Name 6/30/2003 5/10/2002
2/4/2003 3/20/2002
Thanks in advance!
Song