L
Leslie
Basically I want to have a button on a data-entry/edit form pull up a
"datasheet" style listing of all records to search (this would be a subset of
columns from the table). When the searchable "datasheet" is displayed, I
would like to allow the user to tab to whichever column and search on that
column for the data (e.g. index on each of the columns if that column is
selected). Once the record is found and "selected", load that "record" back
into the form calling the searchable "datasheet".
This might be easier with a ComboBox, but do ComboBoxes allow you to perform
searches on multiple columns?
I would really appreciate some feedback and possible examples.
Cheers,
Leslie
"datasheet" style listing of all records to search (this would be a subset of
columns from the table). When the searchable "datasheet" is displayed, I
would like to allow the user to tab to whichever column and search on that
column for the data (e.g. index on each of the columns if that column is
selected). Once the record is found and "selected", load that "record" back
into the form calling the searchable "datasheet".
This might be easier with a ComboBox, but do ComboBoxes allow you to perform
searches on multiple columns?
I would really appreciate some feedback and possible examples.
Cheers,
Leslie