G
gr
hi, I have a delete query which I want to call from VBA.
My question is should I use
DoCmd.OpenQuery "delqryName", acViewNormal
or I should use the DoCmd.RunSQL Method with its
corresponding sql statement.
is there any difference??
thx,
gr
My question is should I use
DoCmd.OpenQuery "delqryName", acViewNormal
or I should use the DoCmd.RunSQL Method with its
corresponding sql statement.
is there any difference??
thx,
gr