grinder332518
Registered User.
- Local time
- Today, 05:48
- Joined
- Jun 22, 2009
- Messages
- 28
My Form accesses a query to return a dataset from 2 tables.
There are almost 1000 rows returned, and I have the usual navigation buttons along the bottom.
So if I want to retrieve a row from the middle of the dataset, it takes quite some time to get to it, using these buttons.
I would like the ability to enter a wildcard search in one of the key fields.
I know I can use a parameter query like “Like "*" & [Search text] & "*"”,
but I don’t think this syntax will work in my scenario.
Perhaps a popup window would be displayed with the matches, and the user could then select the row required, and control then returned to the main Form, with all the other fields populated ?
Is this possible in Access 2003 ?
I have only had basic training, but nothing like this !
Many thanks in anticipation.
There are almost 1000 rows returned, and I have the usual navigation buttons along the bottom.
So if I want to retrieve a row from the middle of the dataset, it takes quite some time to get to it, using these buttons.
I would like the ability to enter a wildcard search in one of the key fields.
I know I can use a parameter query like “Like "*" & [Search text] & "*"”,
but I don’t think this syntax will work in my scenario.
Perhaps a popup window would be displayed with the matches, and the user could then select the row required, and control then returned to the main Form, with all the other fields populated ?
Is this possible in Access 2003 ?
I have only had basic training, but nothing like this !
Many thanks in anticipation.