I have 2 tables: parent table= tblListProv and child = tblCriteria. tblCriteria needs to store multi-selections linked by Prov_ID to tblListProv from a listbox (lboCriteria) that I placed on frmForm1. I can select more than one item from the listbox (using simple property) but how do I save the selections to tblCriteria table (linking on Prov_ID in both tables). I would appreciate the complete code (not bits and pieces--way too confusing) and any control or form properties that might need to be changed or entered? Should it activate upon lost_focus or when record/form is saved? I think I need 2 forms: for input and for viewing but am open to better ideas.
Also, I am confounded in how to display those selections later when pulling up the particular record. I would like to use another listbox (to view) instead of a subform, as they are so bulky looking. Max items available is 5. Any better ideas are appreciated!
Thanks much for detailed assistance!
Also, I am confounded in how to display those selections later when pulling up the particular record. I would like to use another listbox (to view) instead of a subform, as they are so bulky looking. Max items available is 5. Any better ideas are appreciated!
Thanks much for detailed assistance!