hi, I have never built a report before and im trying to contruct one using design mode. For starters I want to display 2 items,
1: show a list of name of people from a table called 'tblCallTree' using a heading 'Name'
2: show a list of the projects assigned to each of the people listed from a table called 'tblProjectList' using the heading 'Project' where 'Assigned To' equals the value in 1
Do anybody have a clear way of how to do this using VBA code rather than constructing queries?
Thanks for your help.
1: show a list of name of people from a table called 'tblCallTree' using a heading 'Name'
2: show a list of the projects assigned to each of the people listed from a table called 'tblProjectList' using the heading 'Project' where 'Assigned To' equals the value in 1
Do anybody have a clear way of how to do this using VBA code rather than constructing queries?
Thanks for your help.