Hi 
I am trying to query on a feature class that is joined to a table.  The query works but it does not return any fields.  The only field I can access is the display field for the layer. 
I have the query set to return all the fields
 myQuery.OutFields = ["*"];
Vicki