I am attempting to open a recorset gather info into variables, close that recordset open another recordset and put the info from the variables into that recordset. Here is a skeleton outline of my code:
rs.open "employees",,,,,,,,(there are arguments here)
rs.close
rs.open"Query Employees",,,,,(again arguments)
it allows me to close and ope once, but when i goto close again i get an error that says arguments do not work in this context.
what am i doing wrong?
adam
rs.open "employees",,,,,,,,(there are arguments here)
rs.close
rs.open"Query Employees",,,,,(again arguments)
it allows me to close and ope once, but when i goto close again i get an error that says arguments do not work in this context.
what am i doing wrong?
adam