I have a form I am developing for my company that will be used to begin
our quoting process. I have normalized my data and have an interesting
problem that I am trying to solve. So far, I am drawing blanks and I
hope someone can nudge me in the right direction:
My form has numerous input fields and my logic is that IF the submit
flag is TRUE, submit the data to the db, otherwise, display the form.
One of the fields is for a Part Number (pn). All my Part Number data is
stored in a seperate db from my primary one.
How (or can I) can I search the pn db when the user enters a pn in the
pn field BEFORE the submit button is pressed? I have tried using the
ONCHANGE flag with the input tag....
TIA
our quoting process. I have normalized my data and have an interesting
problem that I am trying to solve. So far, I am drawing blanks and I
hope someone can nudge me in the right direction:
My form has numerous input fields and my logic is that IF the submit
flag is TRUE, submit the data to the db, otherwise, display the form.
One of the fields is for a Part Number (pn). All my Part Number data is
stored in a seperate db from my primary one.
How (or can I) can I search the pn db when the user enters a pn in the
pn field BEFORE the submit button is pressed? I have tried using the
ONCHANGE flag with the input tag....
TIA
Comment