Right now I have an update query that does not seem to be working.
The update query is updated information based on two tables. The query has two fields it looks at: StockNumber and Description.
So where [Table1]![StockNumber] = [Table2]![Stocknumber] and [Table1]![Description] = [Table2]![Description], I want this to update [Table1]![Status] to "Sold."
This does not work, I get a prompt asking me to 'Enter Parameter Value' for these two fields. Any advice would be appreciated! Thanks
The update query is updated information based on two tables. The query has two fields it looks at: StockNumber and Description.
So where [Table1]![StockNumber] = [Table2]![Stocknumber] and [Table1]![Description] = [Table2]![Description], I want this to update [Table1]![Status] to "Sold."
This does not work, I get a prompt asking me to 'Enter Parameter Value' for these two fields. Any advice would be appreciated! Thanks