I thought this was addressed earlier with a simple solution. I can write code to "make it happen" but if it is already addressed with FWH, I would like to use it:
Field 1 is a title
Field 2 is a description.
Both are in a database
I want to read them into a 2 element array.
Then, using a combobox ( or listbox ), I want the first element ( field 1 ) to be the items
When an item is selected ( ON CHANGE ), I want the value in the second element to be assigned to a variable used in a separate GET ( for editing ).
I thought this was addressed in the forum, and code, previously, but I can't find it.
Currently I assign the values to 2 arrays, use the first to select the title, and knowing it's position, I load the corresponding value from the second array into the variable. That has been my procedure in the past but I "think" a more direct approach was shared previously.
Any thoughts will be helpful. Thanks.