James Corden
Member
OK - I thought I was doing this properly but.....
technol - table that contains details of different technologies (lots of columns including PRIMARYKEY, NAME, MANAGERNAME, DATECREATED etc...)
project_managers - table that contains names of project managers (only two columns PRIMARYKEY, PROJECT_MANAGER)
I have set up a form to insert new entries into the technol table.
I want the MANAGERNAME to be selected from the names in the project_managers table (the PROJECT_MANAGER column)
In the form configurator I have:
table: technol
field: MANAGERNAME
Field type: select_single
Lookup table name: project_managers
Lookup table primary key field: PRIMARYKEY
Lookup table linked fields: PROJECT_MANAGER
I thought this was working properly as it displays the list of project manager names present in the project_managers table in a drop down list . However when you insert a new entry into the technol table it is inserting the value of the PRIMARYKEY from the project_managers table into the MANAGERNAME field in the technol table and not the name of the project manager that was selected.
This is happening on all my select_single drop down lists so is a basic error / misunderstanding on my part.
Thanks
technol - table that contains details of different technologies (lots of columns including PRIMARYKEY, NAME, MANAGERNAME, DATECREATED etc...)
project_managers - table that contains names of project managers (only two columns PRIMARYKEY, PROJECT_MANAGER)
I have set up a form to insert new entries into the technol table.
I want the MANAGERNAME to be selected from the names in the project_managers table (the PROJECT_MANAGER column)
In the form configurator I have:
table: technol
field: MANAGERNAME
Field type: select_single
Lookup table name: project_managers
Lookup table primary key field: PRIMARYKEY
Lookup table linked fields: PROJECT_MANAGER
I thought this was working properly as it displays the list of project manager names present in the project_managers table in a drop down list . However when you insert a new entry into the technol table it is inserting the value of the PRIMARYKEY from the project_managers table into the MANAGERNAME field in the technol table and not the name of the project manager that was selected.
This is happening on all my select_single drop down lists so is a basic error / misunderstanding on my part.
Thanks