|
Question : Multiselect
|
|
I need advice on how to use a multiselect list box so that one form can capture 3 items in the list box.
I have two tables that I want in a multiselect list box: Table1: Contact Contact ID Contact 1 Phone 2 Letter 3 Survey 4 Doctor 5 Administration 6 In Person 7 Rounds 8 Staff 9 Occurrence 10 Email Table2: Resolution Resolution ID Resolution 1 Apology 2 Thank You 3 Follow Up
If each form is saved by "FIN" how would I save the multiselect to another table and link it to the form table for data entry?
|
|
Answer : Multiselect
|
|
yes...and you won't see it on your form...you'll just see the listbox, which would be unbound.
then...when you select from the list the new table will be opened up, and the listbox loop will go through and update the fields with YES, Insert the CustomerID from your main form...and the date stamp.
Now....if you want to display this new table on the form...then you know you can make a subform of it and link it by CustomerID fields so that each customer's history is viewable.
We just don't yet know what all you WANT to do. J
|
|
|
|