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...