I need to autopopulate fields in a number of tables for ID theft. I have an active record and each record could have basically unlimited alias records but all aliases link back to the active record. For things like demographics, committee and legal references I'd like to autopopulate my MasterRecords table (active and alias numbers) into the other tables. How can I do that? Any advice would be appreciated.
Right now I have nine tables, including the MasterRecord table which only contains active and alias records.
Thank you!