mediaman812
New member
- Local time
- Today, 02:36
- Joined
- Oct 21, 2008
- Messages
- 8
I'm attempting to do something specific, but I'm mentally challenged.
Here's my objective: I have a database with several fields, some of which are value lists and some of which are open text fields.
In a perfect world, I would like the user to be able navigate to a form, where she would select values from combo boxes and add keywords into the open text fields. Once she'd selected all the criteria desired to select the appropriate records, she would click a command button that would run a report based on that criteria.
Now I realize that, with my tiny, little brain, creating some mythical boolean keyword search would be nigh-impossible. However, the combo box selection sounds like something I might actually be able to tackle.
Would someone be able to suggest something simple enough for me to actually understand?
The value list fields I would want to search on would be the following:
[tblUserType].[txtUserType]
Value List:
Statistician;Data Miner;Light User;Professional;Report Reader;Buyer;IT
[tblProductFamily].[txtProductType]
Additionally, it'd be great to be able to select a record from another table (tblProduct), but I'd need to show the user two of the three columns (the first column is the primary key).
Here's my objective: I have a database with several fields, some of which are value lists and some of which are open text fields.
In a perfect world, I would like the user to be able navigate to a form, where she would select values from combo boxes and add keywords into the open text fields. Once she'd selected all the criteria desired to select the appropriate records, she would click a command button that would run a report based on that criteria.
Now I realize that, with my tiny, little brain, creating some mythical boolean keyword search would be nigh-impossible. However, the combo box selection sounds like something I might actually be able to tackle.
Would someone be able to suggest something simple enough for me to actually understand?
The value list fields I would want to search on would be the following:
[tblUserType].[txtUserType]
Value List:
Statistician;Data Miner;Light User;Professional;Report Reader;Buyer;IT
[tblProductFamily].[txtProductType]
Additionally, it'd be great to be able to select a record from another table (tblProduct), but I'd need to show the user two of the three columns (the first column is the primary key).