My first post from a newbie.
I have created a form where I need to pull data out of a table multiple times.
The table is "Customer". The form has various other fields which work fine.
The tables are already fully populated.
My form looks like this:
Date:
Company Name:
Customer 1:
Customer 2:
Customer 3:
All the choices are drop downs. My issue is that when I select John Doe in Customer 1, it populates John Doe in Customer 2 and 3. I want to be able to select 3 different names from the same Customer table.
Please advise,
Thanks in advance.
I have created a form where I need to pull data out of a table multiple times.
The table is "Customer". The form has various other fields which work fine.
The tables are already fully populated.
My form looks like this:
Date:
Company Name:
Customer 1:
Customer 2:
Customer 3:
All the choices are drop downs. My issue is that when I select John Doe in Customer 1, it populates John Doe in Customer 2 and 3. I want to be able to select 3 different names from the same Customer table.
Please advise,
Thanks in advance.
Comment