Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need a user prompt entered like * string function

Status
Not open for further replies.

souprog

Technical User
Aug 3, 2001
9
AU
I am running a query that prompts the user to enter a string. How do I get the query to return all records that start with that string. I'm curently trying to use "Like[Enter Account]*" in the criteria, but it doesn't work.


cheers
souprog
 
Try putting this in your criteria this

Code:
Like [Enter Account] & "*"
The hardest questions always have the easiest answers.
 
Thanks mate......

Works like a charm......
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top