Prompt to allow partial data

S

SDC

Can I add a prompt in a parameter query that allows the user to enter a
partial value? For Example, if the parameter searches for a name, and there
is a name called "Monica", but the user enters "Mon", I need the search to
return "Monica" within the reaults. I do not want the user to be required to
enter exact values to return a data set.
 
D

Duane Hookom

Use a control (text box) on a form to allow your users to enter or select a
name. You can then set the criteria in the criteria like:
Like "*" & Forms!frmYourForm!txtName & "*"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top