D
David Wessell
Hi,
Easy question here, but I'm not finding any examples..
If I've just placed a SQL query, how can I iterate through the results
using VBA?
rs.Open "SELECT * FROM generic table", _
dbMain, adOpenKeyset, adLockPessimistic
Easy question here, but I'm not finding any examples..
If I've just placed a SQL query, how can I iterate through the results
using VBA?
rs.Open "SELECT * FROM generic table", _
dbMain, adOpenKeyset, adLockPessimistic