Selecting multiple items on Combobox

miguelsbpgj

Registered User.
Local time
Today, 20:24
Joined
Nov 21, 2006
Messages
11
Hello to all .

Have you got any idea ?

I have a List Box in a table and it is set to permit multiple items selection
from it .

The fact is I can select, as I wanted, multiple items from it through
the Form but when I go to the correspondent table to see the results
the selected data from the List Box isn't there .

Note all data selected from the List Box is visible trough the Form but
not the table .

Has this problem anything to do with mismatch in data type configuration on the table ?


Lots of thanks in advance

Miguel
 
listbox

Set the multiselect property to None to pass a value to a field in a table.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom