The objective is to auto-create a new record in Table 2 when a new record is created in Table 1.
Table 1 has many fields. One is USER_ID. This USER_ID value will be used for the Table 2 USER_ID field. Table 2 has 3 fields(F1 is USER_ID to pull from USER_ID in Table 1). F2 and F3 is a default value set in the table structure.
Thank you for answering my query.