Finding Names

  • Thread starter Thread starter Iain
  • Start date Start date
I

Iain

I have had problems designing a form that allows me to
enter either all or a few letters of clients surname with
out using the * sign which the parameter box prompts for.

I am using XP professional.

In advance may I thank you for any assistance given.

IainS
 
I have had problems designing a form that allows me to
enter either all or a few letters of clients surname with
out using the * sign which the parameter box prompts for.

I am using XP professional.

In advance may I thank you for any assistance given.

IainS

I'm not quite sure what you want, but a Query with a parameter such as

= [Enter last name or part of it:] & "*"

is one way; a Forms reference

= [Forms]![formname]![controlname] & "*"

is another. But probably the best way is to use a Combo Box with the
default autocomplete feature turned on.
 

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

Similar Threads

Excel Comparing two columns 1
Search combo box 2
Combo Box linking 4
Word Autopopulate Macro in Word 0
Using Combo Box to select records for update 1
searchbox in excel sheet 1
Newbie needs help with form 4
Parameter question 1

Back
Top