I keep getting this error: "Syntax Error In From Clause."
The below is my code. Could someone help.
Private Sub Command26_Click ()
DoCmd.RunSQL "DELETE * " & _
"FROM Budget_Planner_ SubDatasheet" & _
"CompanySto re = 'Begining Balance';"
The below is my code. Could someone help.
Private Sub Command26_Click ()
DoCmd.RunSQL "DELETE * " & _
"FROM Budget_Planner_ SubDatasheet" & _
"CompanySto re = 'Begining Balance';"
Comment