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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

avoiding multiple repetitive input

Status
Not open for further replies.

russanalyst

Programmer
Jun 27, 2005
21
US
Hi.

I have numerous queries each based on a different table. With the same parameter, although each table has difefernt fields.
Currently the user has to enter the parameter multiple times.
I do NOT need the user to modify, add, or change adta. Simply to see existing data.

How? Please be specific. Thanks.

Russ
 
Use a Form for the parameter.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Create a form with a textbox for entering the parameter. Have the criteria of the queries refer to the control on the form:
Forms!frmFormName.txtControlName

Then a button can be added to the form to run the queries. So long as the form remains open, the queries can find the input they need.

Let them hate - so long as they fear... Lucius Accius
 
1st, thanks for responding, both of you.

It is probably me bueing 'burned' or just 'dense'.

I am missing how to set up the form.

Can I upload one of the queries so you can see what I have?

Russ

 
In the main Access database "box" it lists on the left side:
Tables
Queries
Forms
Reports
Pages
Macros
Modules

and when you select an option (Tables, Queries, Forms, Reports, Pages) you get the following additional options:
Create ______ in Design View
Create ______ by using Wizard

Follow the wizard.



Leslie

Anything worth doing is a lot more difficult than it's worth - Unknown Induhvidual

Essential reading for database developers:
The Fundamentals of Relational Database Design
Understanding SQL Joins
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top