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
 
Back
Top