R
richardgsmith
Using Access 2003 I have a created a simple database to coordinate the
delivery of presentations to teams within the organisation. I have three
tables [tblteams], [tblpresenters] and [tblpresentations] (field details
shown below), from which I have created a form (using a query to draw
together the relevant information from the three tables).
From a relationships point of view, there is a one-to-many relationship
between the [PresenterID].[tblPresenters] and the
[PresenterID].[tblPresentations] fields (the same is true of
[TeamID].[tblTeams] and [TeamID].[tblPresentations]).
I have used autonumbers, [TeamID] and [PresenterID], as the primary keys in
the [tblteams] and [tblpresenters] tables respctively and have then used the
bound column/coulmn count combo-box options to display the team name and
presenter name on the form (rather than the corresponding ID number).
I now wish to create a report using essentially the same data I have used
for the form, but do not know how to display the team and presenter name
instead of the ID number. Can anyone help?
==================
Table outline composition:
[tblTeams]
[TeamID], [TeamName], [ContactName] ... etc.
[tblPresenters]
[PresenterID], [PresenterName], [PresenterPhone] ... etc.
[tblPresentations]
[PresentationID], [TeamID], [PresenterID], [Date], [Time] ... etc.
delivery of presentations to teams within the organisation. I have three
tables [tblteams], [tblpresenters] and [tblpresentations] (field details
shown below), from which I have created a form (using a query to draw
together the relevant information from the three tables).
From a relationships point of view, there is a one-to-many relationship
between the [PresenterID].[tblPresenters] and the
[PresenterID].[tblPresentations] fields (the same is true of
[TeamID].[tblTeams] and [TeamID].[tblPresentations]).
I have used autonumbers, [TeamID] and [PresenterID], as the primary keys in
the [tblteams] and [tblpresenters] tables respctively and have then used the
bound column/coulmn count combo-box options to display the team name and
presenter name on the form (rather than the corresponding ID number).
I now wish to create a report using essentially the same data I have used
for the form, but do not know how to display the team and presenter name
instead of the ID number. Can anyone help?
==================
Table outline composition:
[tblTeams]
[TeamID], [TeamName], [ContactName] ... etc.
[tblPresenters]
[PresenterID], [PresenterName], [PresenterPhone] ... etc.
[tblPresentations]
[PresentationID], [TeamID], [PresenterID], [Date], [Time] ... etc.