Quote Originally Posted by Hack
You would use the command object
VB Code:
  1. objConn.Execute "Your SQL String"
That's the connection object. How would I do it with a Command object (I've never used one before)?