I have a function on my database that allows a user to import information into their database from another user (after saving the excel spreadsheet to a folder on their machine) (this database is stand alone and not on a network).
My problem is that the database contains a number of comboboxs. If the user imports a record that contains data that isn't in the list, the record still appears with the correct data but I would like that entry to be automatically added to the users combo box.
Is there a way that I can do this please?
My problem is that the database contains a number of comboboxs. If the user imports a record that contains data that isn't in the list, the record still appears with the correct data but I would like that entry to be automatically added to the users combo box.
Is there a way that I can do this please?