SeaweedOPM
Technical User
In access 2003 I was using:
DoCmd.RunSQL "statement here"
or setting the statement to a String SQL and:
DoCmd.RunSQL SQL
The only thing I have found in Visual Basic 2005 is the SqlCommand. I'm just not sure how to use it to run an actual statement.
This is probably an easy fix, please help.
DoCmd.RunSQL "statement here"
or setting the statement to a String SQL and:
DoCmd.RunSQL SQL
The only thing I have found in Visual Basic 2005 is the SqlCommand. I'm just not sure how to use it to run an actual statement.
This is probably an easy fix, please help.