Yep, I've isolated it to the following line :
rs.Open ssql1, CurrentProject.Connection, 1, 3
My guess is that the problem lies in the SQL statement, but I havent been able to figure it out.
I'm trying to open a recordset to "Query1" which is quite complicated (for myself at least), but i'm...