Here is my query:
PARAMETERS ... TRANSFORM ... SELECT ... ... PIVOT Mytable.type In (\"Other\",\"Info\");
This is a cross query and I need
As you have stated that you're using Access, then (out of the top of my head) yes, it's possible to use VBA functions in queries.
Check on the documentation and MSDN.