J
Jaybird
I'm trying to pass a value from my modal popup form to a text field on
another form. Works great except that only the index is passed. Any way I
can choose which column gets passed to the text box? My popup form uses a
combobox to select employees from a list. If the user inputs a password that
matches the one from the table, then the value for the employee to the other
form. But only the index. How can I get the actual name to be passed to my
main form?
another form. Works great except that only the index is passed. Any way I
can choose which column gets passed to the text box? My popup form uses a
combobox to select employees from a list. If the user inputs a password that
matches the one from the table, then the value for the employee to the other
form. But only the index. How can I get the actual name to be passed to my
main form?