Hi Guys,
I could use some help. My Access is a bit rusty and I can't remember how to populate a combo box based on a selection from another combo box. The basic flow of events is I make a selection from the Card Categories combo box and I want to populate the Card Attributes combo box with valid Card Attribute choices based on the Card Category I select. The database table structure is as follows. I have a Primary table Card Categories which has Category ID and Description and a second Primary table Card Attributes which also has ID and Description and an Icon field which contains a graphic image that is associated with each attribute. I then have a Junction table which brings together the Category ID and Attribute ID since it is possible for more than one Card Category to have the same Attribute. I realize that I could simplify this structure by including the Category ID in the Card Attributes table and using both IDs as the primary key, but that means carrying multiple copies of the Icon image for those Card Categories which share the same Card Attributes and I would rather not do that because I am already pushing the limit of size of my database because of the number of BLOB images in my database. I'm already at 1.84 GB and haven't even started filling in record data. I hope this extra information is helpful. I have included it so you can better understand the structure of my database.
Any assistance you can provide in helping to refresh my memory would be appreciated.