I am a newbie at access programming. I have a form that uses a subform to display data from 4 linked tables. One table (let's call it site) is linked to a media/chemicals table in a one site to many media/chemicals. The media chemicals table is then linked via a many to one to two separate tables,1) description, and 2) chemical name.
what I would like in the form is for users to have the ability to add new records, doing so via drop down boxes. If they want to add new media/chemicals associated with a particular site, they can do so via a form. Is this possible, or does it need to be done using a userform and macro? Thank you!