Hello Friends
I am trying to search a table using wild character (*) and then delete it. Following is the command that I am using. I can't get the syntax right for the wild character. Could you please look at the following code and correct me?
DoCmd.DeleteObject acTable, "*" & "ImportError" & "*"
Thanks
Rajesh
I am trying to search a table using wild character (*) and then delete it. Following is the command that I am using. I can't get the syntax right for the wild character. Could you please look at the following code and correct me?
DoCmd.DeleteObject acTable, "*" & "ImportError" & "*"
Thanks
Rajesh