Search results

  1. W

    sql in vb

    Could you please explain what db stands for and what dbOpenDynaset is used for? Thanks
  2. W

    Query to find top 6 parts sold per month...??

    I usually get that error if I have mispelled or refrenced the a table incorrectly. Try checking the naming on 't1.SaleDate'. Hope this helps
  3. W

    Updating a record in a table

    Im trying to write a query that will take a value from a textbox, find that value in another table, and update a row in the record. So a value is entered in the Barcode table through a textbox, example 110, I need the query to search ProductList to find that value. Then once that value is...
  4. W

    Query to select a specific number

    Yes I have, there is a many to many relationship
  5. W

    Query to select a specific number

    I have two tables Barcode and Product. I want to take a number from the Barcode table and use it to search for a value in the Product table. So where their values are equal. The Primary Key is Barcode number in the barcode table, and there is a foreign key Barcode number in the Product table...
Back
Top Bottom