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

Search results for query: *

  • Users: ahbri
  • Order by date
  1. ahbri

    filter by 2 fields one as result on query & other not displayed

    Here is my query that is built. SELECT [Sales Data 2009].Retailer_Name, [Sales Data 2009].Sale_Total, [Sales Data 2009].Quantity_Sold, [Retailer List].State_Province FROM [Sales Data 2009] LEFT JOIN [Retailer List] ON [Sales Data 2009].Retailer_Name = [Retailer List].Retailer_Name WHERE...
  2. ahbri

    filter by 2 fields one as result on query & other not displayed

    I need help building a form. I want to build a form to have a user be able to filter a query by 2 criterias. One field is State and is displayed in the results. I have no problem there. The other field is date (I need to do a beginning and ending date) and date will not display in the query...

Part and Inventory Search

Back
Top