I would like to apologize if I am not using the proper naming convention for what I am asking for help with. Until about a year ago, I was a PC woman, who had used Access forever. So, I'm having a little trouble with the same tasks or features having different names. So, please correct me!
Here is my problem.
My database (I'm the only user and it resides on my MacBook) is for my art supplies. I have my Primary Table, that pretty much holds all the data, related tables, and a few extra tables that I added (Vendor Table for example) for future use.
My Primary Table is as follows:
tblArtSupplies
ArtSupplyID
ProductCode
ArtSupplyName
ManufacturerID
MediumID
etc......
There are more fields, however I don't think they are relevant to my question. As you can see, there is a field, MediumID. I also have a table for that as follows:
tblMedium
MediumID
Medium
MediumTypeID
MediumType
I also have a table for Medium Type as follows:
tblMediumType
MediumTypeID
MediumType
I've related tblMedium:MediumID to tblArtSupplies:MediumID and tblMediumType:MediumTypeID to tblMedium:MediumTypeID
What I am trying to do is this:
When I enter a new, say, tube of oil paint to my inventory, I would like to go to my entry layout and:
Enter the information pertaining to the paint, for MediumID choose Painting Supply (from a list of Painting Supply, Drawing Supply, etc.), then have that filter my choices in MediumTypeID to Oil, Acrylic, etc.
I have tried following many of the samples that I have found, but I'm missing something. Maybe I've been breathing in too much Turpentine! I thank you in advance for looking at this.
If I can provide further info, please tell me. Karen