Finally, I found a (complicated :() solution to the problem:
First, I created a new blank query, called qryParticipantsBkp, and in the SQL view I wrote this:
SELECT * FROM qryParticipants
then, in the VBA code inside the parent form, when launching my new form I wrote this:
Dim dbs as...