Luther1978
Technical User
Now that I've seen on the MS Samples DB that a Multiple Selection list box is available. I want one. I think it would solve many of my problems.
I've investigated the Developer Solution DB and have drawn a blank further than setting the Properties-Other-Multi Select to Simple/Extended.
This does nothing except turn a listbox that works for one a single selection into a listbox that does nothing. Obviously you can't store multiple values into a field, unless the field was an array. But surely there is someway of storing the multiple values in a table.
If its of any Help here is an outline Of
ParentForm has FormID 01
ListBox has values
1
2
3
4
5
If I were to multiple Select values, 2 & 4 from the listbox, the JunctionTable would read.
Junctiontable
01 2
01 4
????
Help Please
I've investigated the Developer Solution DB and have drawn a blank further than setting the Properties-Other-Multi Select to Simple/Extended.
This does nothing except turn a listbox that works for one a single selection into a listbox that does nothing. Obviously you can't store multiple values into a field, unless the field was an array. But surely there is someway of storing the multiple values in a table.
If its of any Help here is an outline Of
ParentForm has FormID 01
ListBox has values
1
2
3
4
5
If I were to multiple Select values, 2 & 4 from the listbox, the JunctionTable would read.
Junctiontable
01 2
01 4
????
Help Please