Is it possible to create a table that will list all records that have a null value?
The table would look like below
$Table $Field ID
Table_A Field_3 A258
Table_B Field_5 A504
etc...
As you can see I was thinking of utilizing the system fields to identify all tables and fields. All records will have an ID value. I would greatly appreciate any guidance on achieving this or some other suggestion you would have.
Thanks in advance!