Search results

  1. S

    SQL error

    I have been trying to get this SQL string statement to run for some time now. The current error is: You tried to execute a query that does not include the specified expression 'Recruiter' as part of an aggregate function. (Error 3122) I am assuming this is due to the code thinking 'recruiter'...
  2. S

    Adding Excel data to an existing tbl

    I am trying to choose an excel file with file picker. Then insert a recordset into an already existing table in Access from the Excel file. The first Column in Excel has the Field Names of the access table and the second row has the information. The below code is what I have so far, I am...
Back
Top Bottom