Joining two tables together within vb.net but getting the following error:
"Join expression not supported"
SELECT * FROM (General_Counters_Table AS a INNER JOIN Timers_Table AS b ON b.ulProductionTime = a.Product_ID) INNER JOIN Timers_Table AS b ON b.ulSetupTime = a.Product_ID
Product_ID exists in both General_Counters_Table and Timers_Table