Filter Question

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
 
T

Tom van Stiphout

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


Top