N
Nathon Dalton
I have two forms, one has a listbox on it and the other I pop up (modal) in
order to add items. The poped up window has two listboxes with >> > < <<
arrows to add all, remove all, add one or remove one. The resulting items
need to be populated in the first form's listbox.
For example:
frmIncidents - Contains a listbox with nothing initially.
frmAddIncidents - Contains two listboxes that allow you to add/remove all or
some of the Incident codes.
When you click on OK on frmAddIncidents, the items in the selected listbox
on that form, need to be transferred to frmIncidents.
order to add items. The poped up window has two listboxes with >> > < <<
arrows to add all, remove all, add one or remove one. The resulting items
need to be populated in the first form's listbox.
For example:
frmIncidents - Contains a listbox with nothing initially.
frmAddIncidents - Contains two listboxes that allow you to add/remove all or
some of the Incident codes.
When you click on OK on frmAddIncidents, the items in the selected listbox
on that form, need to be transferred to frmIncidents.