I am getting a Run-Time error 3061 (Too few parameters. Expected 1) on this:
Set rst1 = dbs.OpenRecordset("SELECT Lot_Num, Origin AS Expr1 , Matrl_Class AS Expr2
FROM [Raw_Matrl_Receipt_Table]
WHERE (([Lot_Num] = Me![LOT #])))
I have tried modifying the WHERE clause in every way I can think of and still not having any luck.
Set rst1 = dbs.OpenRecordset("SELECT Lot_Num, Origin AS Expr1 , Matrl_Class AS Expr2
FROM [Raw_Matrl_Receipt_Table]
WHERE (([Lot_Num] = Me![LOT #])))
I have tried modifying the WHERE clause in every way I can think of and still not having any luck.