Filter Question

  • Thread starter Thread starter Bob Vance
  • Start date Start date
B

Bob Vance

On my Form I have a text box [HorseID] and have a combo box to a query that
has [HorseID,HorseSexForM] how can I get my query to filter to the same
HorseID on my form
Thanks for any help............Bob
 
On Wed, 22 Oct 2008 13:47:48 +1300, "Bob Vance" <[email protected]>
wrote:

Open the query in design view, and for the HorseID column in the
Criteria row write:
=Forms!YourFormName!YourTextboxName
(of course you need to replace these names with yours.

-Tom.
Microsoft Access MVP
 

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

Combo Box Filter 3
Filter a subForm 8
Getting a report to Filter 5
Continuous Form Question 5
Get the reverse of a query 13
Query Expression Help! 26
Add another Combo Box Question! 3
Find Missing Records in a table 1

Back
Top