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 Wanet Telecoms Ltd 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: 2424
  • Content: Threads
  • Order by date
  1. 2424

    how to update pricing in products table

    I would like to update the pricing of the products in my products table from the excel sheet provided by the manufacturer. I want to change only the prices that are different. here is what i have so far. UPDATE PRODUCTS SET products.price = vendor.price WHERE products.partnumber =...
  2. 2424

    Hierarchial Search_Filtering like "Auto-filter" in Excel

    I would like to search a table using filtering like the "autofilter" in Excel. Can this be set up to work in Access? Thanks in advance Tim
  3. 2424

    Help_searching multiple keywords within one field

    I have a product table and I would like to search for multiple keywords in one field. (short description) I am having trouble getting a result back from a query that has more than one word placed in the search text box. The only time I get a result back is when the two keywords are in the...

Part and Inventory Search

Back
Top