Hallo. Could you help me a bit?
A have a database on MySQL with ODBC. And in one form i need to have a multiple listbox.
How to make, that when in new record i'm choosing data from this listbox, and saving it, in future i'm retrieving this data in listbox, in format, in which i have been saved?
In table a have only one field for this data. So, i'm understand, that i need to concatenate all selected record and save this records to this field. And i need save only "id" of this listbox record. How to return this id from table to the ListBox on the form?
A have a database on MySQL with ODBC. And in one form i need to have a multiple listbox.
How to make, that when in new record i'm choosing data from this listbox, and saving it, in future i'm retrieving this data in listbox, in format, in which i have been saved?
In table a have only one field for this data. So, i'm understand, that i need to concatenate all selected record and save this records to this field. And i need save only "id" of this listbox record. How to return this id from table to the ListBox on the form?