A
alfiajamel
Greetings...
I get the error message, "Number of query values and destination fields are
not the same" for the code below:
CurrentDb.Execute "INSERT INTO tblProjects (ProjectSupervisor) " & _
"VALUES (" & ProjectSupervisor & ") "
I am trying to imput the one value into a table.
I get the error message, "Number of query values and destination fields are
not the same" for the code below:
CurrentDb.Execute "INSERT INTO tblProjects (ProjectSupervisor) " & _
"VALUES (" & ProjectSupervisor & ") "
I am trying to imput the one value into a table.