I'm designing a form to gather data including two names for each item. The two names are listed in a query, and I want to display the value in the first column to allow the user to select the correct value, then to use the values in both the first and second columns to populate fields in the new database record the form is generating.
I can see how to do it with just one column, but I can't see how to get it to populate both. Do I need to write a bit of code,or is there an easier way?
I can see how to do it with just one column, but I can't see how to get it to populate both. Do I need to write a bit of code,or is there an easier way?