Select Question

  • Thread starter Thread starter Anthony
  • Start date Start date
A

Anthony

In a query you can enter =[Enter Station] so that it lets you enter data, is
their anyway I can put a command in their that would give me a grop down box
to pick what I want.

Thanks
 
No. The query parameter dialog cannot give you a combo.

You can create a form with a combo, and then refer to it in your query. You
would type something like this in the Criteria row under the relevant field:
[Forms].[Form1].[Combo0]

Provided the form is open, the query will then read the value from the combo
on the form.
 

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

Access 2003 Question 2
Windows 10 W10 password prob. 2
Query to add fake records from table 3
parameter query 7
how do i? 7
List Box in queries?? 1
Excel Help to copy information from one row at a time to another sheet 1
C# Skype silent connection 0

Back
Top