I have a linked users table from application A into application B. I would like my application B users table to be adjurned with applications A users table.
How do i make it so that i have specific columns of the applications A users table into application B users table?
A question first: Why don’t you use the same table for both applications and group the columns accordingly so you know which column is being used in which app?
If that’s not an option, you can try linking one table to the other app, and use relation + lookups to retrieve the info you need.
1 Like