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...