Hi
I’ve installed security module and there is a table (sec_users) where there is a primary key with the login field of the user
Then, I’ve created two tables with several data of the user that I need to separate (forms, personal data, days of services, etc).
I’ve set the login field as primary key and foreing key in every one.
I need that when I create a user (in sec_users table) the login field of the other tables update the login field with that user, so I can link everyform with the user login
I hope I have explained right, thank you