View Full Version : Using SQL


Insentive
04-11-2008, 06:15 AM
Hi

Im trying to create some dynamics into my database, ive been trying to get to grips with most of the VBA functions. Can you guys explain how i could execute swql queries using vba or link me to any tutorials.

KenHigg
04-11-2008, 06:22 AM
docmd.RunSQL "mySQLString"

Of course it needs to be an action query. :)

jdraw
04-11-2008, 07:23 AM
Hi

Im trying to create some dynamics into my database, ive been trying to get to grips with most of the VBA functions. Can you guys explain how i could execute swql queries using vba or link me to any tutorials.

Here is a link to a site that can help you.
http://www.fontstuff.com/siteindex.htm#access