Thank you very much, @olgatrykush ! I have played around with parameters for a few days and that made quite a few things now possible. I have two questions and one unrelated problem.
The user completes a registration form with email address and password, then opens the Parent Details form and after that the Child Details form. This works perfectly with the user’s email address passed to the parent’s form (probably not necessary?) and the parent’s last name passed to the child’s form.
I want to pass the user’s identifier to the Parent’s record (Submit button writes it to the table) and then the Parent’s ID to the Child table to link them. I noticed, when using the RowID as parameter, it stays the same. I thought at first that it was not carried forward but then saw it was the same in the users table. So it seems to not create a sequential Row D.
Secondly, can I use an autonumber field for the link instead of Row ID?
After completing the registration process, the user goes to the login form, after which he lands at the root form. Is this process correct, because the login form does not accept the password (which was created in the user registration form.)
Please see attached screenshots.
Many thanks.




