S
Sam Hung
Hi All,
I'm trying to let user input one column (column name:
col1) of the table (table name: table1), but able to erase
those data as I hit the "erase" button.
What's the SQL statement should be looked like?
My wrong SQL statement is written as follows:
"Erase Button"
Dim strSQL as String
strSQL = "delete col1 from table1"
DoCmd.RunSQL strSQL
I'm trying to let user input one column (column name:
col1) of the table (table name: table1), but able to erase
those data as I hit the "erase" button.
What's the SQL statement should be looked like?
My wrong SQL statement is written as follows:
"Erase Button"
Dim strSQL as String
strSQL = "delete col1 from table1"
DoCmd.RunSQL strSQL