Ken,
(Since my last post I dicovered that I, in fact, cannot Ctl+Click to select
non-adjacent records in the subdatasheet, a la Excel.)
Yes, I have a checkbox field which the user can filter on but I want to be
able to filter on any other field as well.
The code in the button opens a custom dialog (a form, really) that; 1) has a
Browse button to let the user select a destination folder for the copied
files; 2) displays the list to be copied in a ListBox; and, 3) has the
command button that copys the list via FileCopy.
I realize that a preferred alternative would be to use MultiSelect in the
ListBox, but the filter on the other form will not work on the SQL behind
the ListBox because I'm using--drumroll--Lookup fields, so the SQL filter
looks something like, ((Lookup_Defect__ID.Defect = etc.)), which the SQL in
the ListBox doesn't recognize as a valid field.
So I'm trying to find a work-around. . .
Brad H.