Also, MajP, how does each know what query or table you're getting the information from?
val1 = strVal("Count of Employees")
val2 = DCount("EmployeeID", "Employees")
val3 = strVal("Employees")
Call insertVals(val1, val2, val3)
I see what Val1 equals,
But val2? It's obviously counting...