J
J. Shrimp, Jr.
I have a datasheet form with many records.
If some is reviewing the "Andy Adams" record,
and would the next record they'd like review is
"Zelda Zimmerman", they have to scroll all the way
down the datasheet.
If I turn the name field in the datasheet to a combo box
of all names in the table, and the user starts typing in the first name,
the combo box starts to display all the names with those
first letters.
Once the next name is selected, how is it possible for the
datasheet form to send/position the cursor to that name, and
then requery?
This is pretty much a ctr "F" search function, using a combo box
instead of typing in a name which may/may not be misspelled.
If some is reviewing the "Andy Adams" record,
and would the next record they'd like review is
"Zelda Zimmerman", they have to scroll all the way
down the datasheet.
If I turn the name field in the datasheet to a combo box
of all names in the table, and the user starts typing in the first name,
the combo box starts to display all the names with those
first letters.
Once the next name is selected, how is it possible for the
datasheet form to send/position the cursor to that name, and
then requery?
This is pretty much a ctr "F" search function, using a combo box
instead of typing in a name which may/may not be misspelled.