I'm trying to teach myself how to create databases in Microsoft Access. Unfortunately I have no one else to ask so I'm hoping that some kind person on this site will be able to help me?
I have thought up a fictitious Cleaning company which providers cleaning services to many different business clients. Each client will have many different sites and each site will need two (or more) cleaners.
I am comfortable in creating a one to many (parent / child) relationship, using the Lookup Wizard, between Client and site, so that when I populate the site table, I can lookup the Client from a drop down list. Like wise, when I assign a cleaner to a site, I can assign a cleaner to a site but looking up the site from
cleaner table.
However, eventually what id like to be able to do is select a cleaner, then assign the cleaner to the site, by using the lookup dropdown list (which I can already do), and then select Client from another drop down list without leaving the cleaner table / form.
Conversely, in a form, when assigning cleaners to sites, I also like to be able to select a Client, then select all the Sites the client has , and THEN select a list of cleaners so I can assign two or more Cleaners to the site, again using lookup drop downs.
I believe this will require a Grandparent \ Parent \ Child relationship. Can I use the lookup wizard to accomplish this, and if so how?
Thanks in advance for your help.