ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 6,051
- Office Version
- 2024
- Platform
- Windows
A few times we’ve been searching through our database to see if a job had been previously done but spending a lot of time doing so.
Thought maybe this would be the answer to our problems. What do you think.
A user form would have say 3 combo boxes & a listbox.
Each combobox would search a specific column, example first column A second column C & third column G
The user would make a selection from each combobox & press a command button.
If all 3 selected are found then show row in listbox.
Example.
Ford, Fiesta, Add new key.
If all exist show row number otherwise msg box saying not found etc.
Currently we’ve been looking using another search option for fiesta to then find it wasnt a Add new key job so looked again & again until it was.
Thought maybe this would be the answer to our problems. What do you think.
A user form would have say 3 combo boxes & a listbox.
Each combobox would search a specific column, example first column A second column C & third column G
The user would make a selection from each combobox & press a command button.
If all 3 selected are found then show row in listbox.
Example.
Ford, Fiesta, Add new key.
If all exist show row number otherwise msg box saying not found etc.
Currently we’ve been looking using another search option for fiesta to then find it wasnt a Add new key job so looked again & again until it was.