How can i delete a row in the table tblClinets where the CompanyName is missing ? I get a syntax error in the following comand :
Dim StrSQL As String
StrSQL = “DELETE TblClients.* FROM TblClients ” & _
“WHERE TblClients.CompanyName = “””
DoCmd.RunSQL StrSQL
-
Delete row (Access 2000)
- This topic has 2 replies, 2 voices, and was last updated 18 years, 1 month ago.
AuthorViewing 0 reply threadsAuthorViewing 0 reply threads