Hello,
I have 2 Form as follows:
Form 1 with title (Users) it contains the following fields:
- First Name (Text)
- Last Name (Text)
- Company (Text)
Form 2 with title (Cars) it contains the following fields:
- Select User (SelectSQL) auto-populate a list with items from a Users table.
- First Name (Select)
- Last Name (Select)
- Company (Select)
- Car Name (Text)
- Car Model (Text)
In the first form (Users) there is no problem.
What is required is that when I select User's name from the list of (
Select User), the fields (First name, Last name, Company) are automatically filled in with data from Form (
Users).
I've read most of the threads on this forum and the documentation too but I didn't understand the scenario because I'm not an expert, and I wish you guys would provide any examples.