I'm trying to fill up a recordset with the following values:
Set rs = CurrentDb.OpenRecordset
("SELECT assignInCharge, workerEmail from tblAssignments, tblWorkers
WHERE assignInCharge = workerNum and assignSend = -1
and assignIsSent = 0 and assignNum = " & strAssignNum)
I checked with "If...