I want to set a variable to equal the result from a database query.
ex:
VB Code:
selectSQL = "SELECT FirstName, LastName FROM Client;" qResults = ConSource.Execute selectSQL
That should give you an idea of what im trying to do, Is this even possible?
Thanks,
Ryan




Reply With Quote