Hello, I'm trying to learn and understand the many to many function as I am trying to use a combobox to select multiple lookup records from a second table and save those multiple entries to my lookup column.
Maybe this can't be done this way and maybe there is a workaround that I can do?
Essentially I have a table that tracks project information, and I have other tables that are for Samples and Quotes. I want to be able to relate multiple Samples and multiple Quotes to one Project. Then when I am in my Project, be able to click a Listbox or Gallery of those Samples/Quotes which will take me to the Samples/Quotes Form screen (I already achieved this with a Listbox with the single-selection of Sample/Quote).
picture of my current boxes (after I save the form, it only saves the first selection)

Is there a way to do this with the lookup column, or will I have to do a workaround, for example concatenating the IDs into a text column, and then performing lookups to those ID's to get the functionality I want?
Thanks!