This is just an idea, and I canβt confirm that it will work, but given that SQL Compact does not have an ODBC driver and you cannot link tables, perhaps you can use the OLEDB connection string for SQL Compact as the Connect String Source stored QueryDef in Access. If you can do this, you can create a saved QueryDef for each table, and then use them as if the queries were related to tables.
I can't test it on my computer because the only OLEDB provider I installed is Jet, and Access doesn't seem to like it.
But maybe worth a try. Perhaps this will not work, as I cannot find anywhere that anyone has done this in Access. But I really don't understand why this should not work.
Again, I could just be wrong.
source share