G
Guest
Hello,
I have a lookup table with 3000 records, so it's not really suitable for a
combo box.
What I want to do is have an input box up the top of the form where the user
enters a search, and a go button to perform the search. Given the data, it
is likely there will be more than one record from the look up table returned,
so I need these records displayed in such a way that the user can select the
correct record. From there the record needs to be stored as a new record, so
I would like to keep the data associated from the lookup table attached to it.
How do I do this?
Thanks
I have a lookup table with 3000 records, so it's not really suitable for a
combo box.
What I want to do is have an input box up the top of the form where the user
enters a search, and a go button to perform the search. Given the data, it
is likely there will be more than one record from the look up table returned,
so I need these records displayed in such a way that the user can select the
correct record. From there the record needs to be stored as a new record, so
I would like to keep the data associated from the lookup table attached to it.
How do I do this?
Thanks