I have the following code at the moment attempting an update query with the selected records from the list box.
I am wanting to be able to do the selecting of the appropiate records, and then clicking an update button to commence the process.
lsttaxonomyno is the list box, cmdUpdate is the...
Hi,
I currently have a form set up with cascading comboboxes to act as a search interface for my database. The comboboxes filter down an unbound listbox to the desired options.
Once I have the record(s) selected in the list box, I am wanting to have a command button to "export" them to an...