M
mscertified
What is the difference between (and is either preferred):
Docmd.RunSQL "SQL statement"
and
CurrentProject.Connection.Execute "SQL statement"
Docmd.RunSQL "SQL statement"
and
CurrentProject.Connection.Execute "SQL statement"