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.
rcsInfpen "Select * from SUC_85 Order By ID", conInfo, adOpenDynamic, adLockOptimistic
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.
rcsInfpen "Select * from SUC_85 Order By ID", conInfo, adOpenDynamic, adLockOptimistic