[AccessD] DoCmd.RunSQL or CurrentDb.Execute?

David Fenton dfe at nudgeeinternational.com
Tue Jan 6 16:22:23 CST 2004


Quick question...
Which is better to use?
Assuming an SQL string in a variable called strSQL
Then...

DoCmd.RunSQL strSQL
Or
CurrentDb.Execute strSQL

They both have the same outcome; I was just wondering whether one was
maybe faster or something?

Cheers 
David
Brisbane
Australia




More information about the AccessD mailing list