Hello,
I would like to Execute this Select Statement...
SELECT MAX(VisitorID) FROM Visitors.
Is there any way to store the result directly into a VB variable??
lngVisitorID = ???
Thanks!!!
I would like to Execute this Select Statement...
SELECT MAX(VisitorID) FROM Visitors.
Is there any way to store the result directly into a VB variable??
lngVisitorID = ???
Thanks!!!
Comment