Hi guys,
Wasn't sure whether to put this Excel or Access forum but given that it's primarily in Access... here goes =D
I have the following code which I thought was very simple.
Rem ** Open RS
rs.Open theQuery, cnn, adOpenDynamic, adLockOptimistic, adCmdTable
If rs.EOF = True...