Adding the same record entry to many related records

moorsey

Registered User.
Local time
Today, 13:32
Joined
Dec 28, 2005
Messages
49
Hey all,

Gone in a bit over my head with an access project at work, I'm sure I knew all this stuff when I was doing my dissertation. You guys helped me big time back then. Anyway...

The three tables concerned with this are "hardware", "software" and "hardware_software", any one hardware record can have multiple related software records, depending on what is installed on that particular (in this case) computer. This info is stored in a joining table called "hardware_software", which also records install date and method.

So, normally I install software per room, out biggest having 26 PCs. Is there a way of looking up my software and hardware record and then adding the corresponding records in hardware_software to a group of hardware records, depending on their "location" field?

Appreciate any pointers

Martin
 
many thanks for the link, will have a play with that!

cheers
 
You're welcome!

Good luck with your project.

Cheers.
 

Users who are viewing this thread

Back
Top Bottom