Is there a way to get the name of the table in the query. E.g. I am using Table 1 and Table 2 in Query 1. I have a field called Field1 in Query 1 and it's Expression is this
Now in query 1 I want to create a field to see all the records where Table 1 was used and Table 2.Code:IIF(Table1.Field2=X, Table1.Field1, Table2.Field1)
Thanks.