first of all, I would like to thank you for the good work with nuBuilder

I'm a little bit stuck and I'm afraid that the following question is a bit too stupid for asking it ...
Reference Post (locked):
viewtopic.php?p=16324#p16324
I have two tables.
The (browse-)edit-form calls a user-select(ion) from table2 and is saving that selection and other field data into table1
Like in the reference-Post actually the select-object looks like this:
Code: Select all
SELECT
field1_id, ##-- hidden value that will be saved.
field2 ##-- value that will be chosen by the user
FROM table2
ORDER BY field2

Assuming that everything is working as designed, I would like to save field2 (lets say the chosen value) into table-1, not field1_id
Does anybody has a hint for me ?
Many thanks and best regards,
Chris