B
bhammer
I want to append multiple records into tblObservations based on selections
the user makes in a form, frmAddRecords. I already have the form setup. It
has an unbound multiselect listbox on the left that lists txtImageName, and a
bound subdatasheet on the right that lists the Catalog records bound to
CatalogID. All the selected ImageNames need to go with the selected CatalogID
into the tblObservations.
tblObservations has CatalogID and txtImageName. How do I setup an append
query or SQL on a command button to add the selected ImageNames (with the
associated CatalogID) into the tblObservations?
the user makes in a form, frmAddRecords. I already have the form setup. It
has an unbound multiselect listbox on the left that lists txtImageName, and a
bound subdatasheet on the right that lists the Catalog records bound to
CatalogID. All the selected ImageNames need to go with the selected CatalogID
into the tblObservations.
tblObservations has CatalogID and txtImageName. How do I setup an append
query or SQL on a command button to add the selected ImageNames (with the
associated CatalogID) into the tblObservations?