This is the process of my code
sql1 = select employeeID from employees where dept = 34
Set recordset1 = workspace.OpenRecordset(Sql1,dbOpendynamic)
recordset1.Movefirst
Do while not recordset.BOF and Not recordset.EOF
call processInfo
recordset1.MoveNext...
I am trying to build a report that gets info from one table to get a ID number and then looks at another table to get totals, and then looks at a third to get info to calculate using the totals from table 2. I have built the nested If then else statements and when I step through the code it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.