Sorry yes, I have set them to something like so
Set cnn = CurrentProject.Connection
rstTable.Open "Table", cnn, adOpenStatic, adCmdTable
Just wondered if I was piling up a massive problem somewhere as I haven't set anything back to nothing anywhere in my application. I have started and done...