manticore01
New member
- Local time
- Today, 22:39
- Joined
- Aug 1, 2007
- Messages
- 4
Erm I'l try my best to explain what im trying to do. I have reasonable experience with Access but not so much with VBA so i suppose in that sence im a n00b.
Basically I am trying to create a database that has details of a client in. But this client will have a non-predifined number of credits and past work experience.
Therefore some clients will have say 5 previous roles ina film and another only has 2.
I therefore created one table which will hold just the details of the previous roles. The ID field links via a lookup to the main ClientID table.
I am trying to work out the best way to end up with a report that will have the clients details (All contained within the ClientID table) and then the list of previous roles (Client_Credits). I tried doing this with a subreport but i have to end up putting in the name for the client twice when viewing the report (Enter Parameter Name box appears twice).
How do you think i shoudl best do this.
Ideally i want to able to view the Clients CV (Made in a report) by entering the clients name. The report would then list everything that was needed.
I presume ill need to make some sort of query but not sure how to make all the clients credits contained within one Cleint report.
I hope someone can make sence of this.
Thanks very much in advance
Chris
Basically I am trying to create a database that has details of a client in. But this client will have a non-predifined number of credits and past work experience.
Therefore some clients will have say 5 previous roles ina film and another only has 2.
I therefore created one table which will hold just the details of the previous roles. The ID field links via a lookup to the main ClientID table.
I am trying to work out the best way to end up with a report that will have the clients details (All contained within the ClientID table) and then the list of previous roles (Client_Credits). I tried doing this with a subreport but i have to end up putting in the name for the client twice when viewing the report (Enter Parameter Name box appears twice).
How do you think i shoudl best do this.
Ideally i want to able to view the Clients CV (Made in a report) by entering the clients name. The report would then list everything that was needed.
I presume ill need to make some sort of query but not sure how to make all the clients credits contained within one Cleint report.
I hope someone can make sence of this.
Thanks very much in advance
Chris