In VB project ADODB Database How do I use a variable for the Table Name?
In the code below the "SUC_85" is the table name, I want to use a variable in this position to save writing a lot more code.
rcsInfo.Open "Select * from SUC_85 Order By ID", conInfo, adOpenDynamic, adLockOptimistic
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.