Tab options in a from

  • Thread starter Thread starter Simplyanjel
  • Start date Start date
S

Simplyanjel

I have a form that runs from a parameter query. It has 4 options to query the
form by and I have it set to use the wildcard option in all fields. Is there
a way to get it where all the parameters so up on one screen at the same
time, where the user can tab through them all and then hit enter?

TIA!!! :)
 
Simplyanjel,
Create a pop up form with 4 unbound text controls (or Combo or Lisbox...
etc), to accept the 4 values you need.
Then have your query use those value/s from the open pop up, as criteria
when the form opens.
Ex. a field called [City] on the form...
Like Forms!frmMyPopUp!City & "*"
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."
 
Al Campagna,

Thank you so much for your help!!!! It worked perfectly.

Thanks!
--
Simplyanjel
A/R Data Analyst


Al Campagna said:
Simplyanjel,
Create a pop up form with 4 unbound text controls (or Combo or Lisbox...
etc), to accept the 4 values you need.
Then have your query use those value/s from the open pop up, as criteria
when the form opens.
Ex. a field called [City] on the form...
Like Forms!frmMyPopUp!City & "*"
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."
 

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

Back
Top