M
Michael Wong
I want to have a combo box on my form where the user enters the string he
would like to search. The combo box would remember what the user entered but
limiting the number of entries to N, keeping only the most recently entered
string. It's a sort of search history.
I've seen this code once but couldn't find it anymore. Can someone tell me
where to find it or just give me a hint of how to do it?
Also, the entries need not be kept in the database to be used from session
to session, which I think would be a problem for a multi-user environment
(it's a back-end file), which I don't know how to separate the entries from
one user to another.
Thanks.
would like to search. The combo box would remember what the user entered but
limiting the number of entries to N, keeping only the most recently entered
string. It's a sort of search history.
I've seen this code once but couldn't find it anymore. Can someone tell me
where to find it or just give me a hint of how to do it?
Also, the entries need not be kept in the database to be used from session
to session, which I think would be a problem for a multi-user environment
(it's a back-end file), which I don't know how to separate the entries from
one user to another.
Thanks.