I use two forms : input + entry
form input => e.g. input a Name
form entry => create new record with the Name in table A (with form inmput : method="post" action="form_entry.asp">
Is it possible while inputing the name to get (to see) in the same input form also the e-mail address -corresponding to the Name- from table B ?
I have no problem to create a list with data-combinations from (table A + table B) with a selectionquery, after the imput, but is it possible to fix my question 'during' the input ?
Or is that completely impossible ?
Thanks for tips - Leifoet
How -on the easiest way-
(1) get the email address of the Name from Table B and to appear in the input box Name in nput
form input => e.g. input a Name
form entry => create new record with the Name in table A (with form inmput : method="post" action="form_entry.asp">
Is it possible while inputing the name to get (to see) in the same input form also the e-mail address -corresponding to the Name- from table B ?
I have no problem to create a list with data-combinations from (table A + table B) with a selectionquery, after the imput, but is it possible to fix my question 'during' the input ?
Or is that completely impossible ?
Thanks for tips - Leifoet
How -on the easiest way-
(1) get the email address of the Name from Table B and to appear in the input box Name in nput