whenthegeeseinvade
Registered User.
- Local time
- Today, 10:34
- Joined
- Nov 12, 2008
- Messages
- 39
Dear Forumers
I am after some help writing a database to manage my plumbing business.
When I create an assembly of parts for a job, I select them from a combo box in a subform. There are many hundreds of items available within the combo box and I would like a facility to limit the number of rows shown.
The combo box shows the part description and the category of the part in different columns
eg:
Category: End Feed
Description: Copper Elbow 90 deg 15mm
If I could enter filter criteria in a separate text box, this would get me to the right part much quicker. I would like it to be configured so that the string "el end 15" could be entered to find the part above. It would search all columns and return all records which contain any combination of the criteria as separated by spaces in the text box.
I'm still pretty new to VBA and fear I might have to use an array, so if anyone can start me off in the right direction I would be really grateful.
Thank you all who read this.
I am after some help writing a database to manage my plumbing business.
When I create an assembly of parts for a job, I select them from a combo box in a subform. There are many hundreds of items available within the combo box and I would like a facility to limit the number of rows shown.
The combo box shows the part description and the category of the part in different columns
eg:
Category: End Feed
Description: Copper Elbow 90 deg 15mm
If I could enter filter criteria in a separate text box, this would get me to the right part much quicker. I would like it to be configured so that the string "el end 15" could be entered to find the part above. It would search all columns and return all records which contain any combination of the criteria as separated by spaces in the text box.
I'm still pretty new to VBA and fear I might have to use an array, so if anyone can start me off in the right direction I would be really grateful.
Thank you all who read this.
