G
Guest
I have three controls on a form. The form is laid out as follows:-
********************************************************
Select ID number from list [ Combo Box 1]
OR
Enter Keyword [Text Box 1]
Results [List Box 1]
********************************************************
What I'm trying to do is to allow the user of the form to either enter an ID
number which would return a specific record, or for him to enter a keyword,
which would return several records that inculde the keyword.
What I dont know how to do is to allow [List Box 1] to respond to either the
value returned from [Combo Box 1] or [ Text Box 1], depending on which one is
filled in!
********************************************************
Select ID number from list [ Combo Box 1]
OR
Enter Keyword [Text Box 1]
Results [List Box 1]
********************************************************
What I'm trying to do is to allow the user of the form to either enter an ID
number which would return a specific record, or for him to enter a keyword,
which would return several records that inculde the keyword.
What I dont know how to do is to allow [List Box 1] to respond to either the
value returned from [Combo Box 1] or [ Text Box 1], depending on which one is
filled in!