News

SQLCreateTempTable = "CREATE TABLE tblTempPartSearch (partnum TEXT(50), partdescription MEMO, " & _ ... (or similar) that gives a brief overview of the SQL syntax Access uses.
Replace "new_table" with the name of the table to create, and replace "old_table" with the name of the table to select from. The INTO clause behaves the same as CREATE TABLE in other SQL environments.