How do I reference the field names correctly using the "!FieldName" method when my stored procedure is returning 2 joined tables with same field names other than table1.field and table2.field??

I thought it might be ![TableName].[FieldName] but it isnt giving me anything.

Thanks!