I am looking for the table that contains some fields on the form. I track it down to a table in Dex but that table is defined as a temp table in table definitions. How do i find how that temp table is being populated?
There are a bunch of copy from table to this temp table. How do I find what fields are mapped in that copy statement?
Eventual goal is to find the actual source of a field in the temp table. Please help.