B bob Dec 12, 2003 #1 Private Sub cmd_Deletetemp_Click() DELETE from tempattendance;Error...end of statement missing End Sub
Private Sub cmd_Deletetemp_Click() DELETE from tempattendance;Error...end of statement missing End Sub
T TC Dec 13, 2003 #2 Bob, you will usually get more help if you keep your posts short & concise; er... Try: dbengine(0)(0).execute "DELETE from tempattanendance", dbfailonerror I assume you relize that this will delete all records from the specified table. HTH, TC
Bob, you will usually get more help if you keep your posts short & concise; er... Try: dbengine(0)(0).execute "DELETE from tempattanendance", dbfailonerror I assume you relize that this will delete all records from the specified table. HTH, TC