paste this code into a module, then in the debugger window (ctl-G) type:
FindInSql "tMyTable"
it will then show all queries using the parameter given.
Public Sub FindInSql(pvFind, Optional ByVal pvQType)
'Dim db As Database
Dim qdf As QueryDef
Dim vFind
Dim sSql As String
'qtype can be...