Hi,
Okay, let's see if I can explain this. But before I go any further, I gotta let you know that I've only been using Access for 2 months now, so alot of stuff I'm not familiar with, especially vb scripting.
For the sake of explaining, let's say I have 3 tables. The main table is tblJobs, and it's related one to many to tblFirmsInvolved by ContractNumber. And that is related to tblFirms by ID.
tblFirmsInvolved holds the names of the 8 firms involved for each job in tblJobs and each firm is categorized by ID. For example, 1 is Architect, 2 is Consultant, and so on. And, my tblFirms simply says what types of firm the numbers mean.
Okay, now the report. My report, rptResult, shows the details for each record. I want to display all of the firms involved for each job on my report. I tried using a list box, but I wasn't able to get it.
Please help.
THANKS in advance!
Okay, let's see if I can explain this. But before I go any further, I gotta let you know that I've only been using Access for 2 months now, so alot of stuff I'm not familiar with, especially vb scripting.
For the sake of explaining, let's say I have 3 tables. The main table is tblJobs, and it's related one to many to tblFirmsInvolved by ContractNumber. And that is related to tblFirms by ID.
tblFirmsInvolved holds the names of the 8 firms involved for each job in tblJobs and each firm is categorized by ID. For example, 1 is Architect, 2 is Consultant, and so on. And, my tblFirms simply says what types of firm the numbers mean.
Okay, now the report. My report, rptResult, shows the details for each record. I want to display all of the firms involved for each job on my report. I tried using a list box, but I wasn't able to get it.
Please help.
THANKS in advance!