hello, i have a function which is suppose to query based on a text box in a form like this:
SELECT * from table where salespersonid = @forms_form1_text0
but it doesn't work!!! the form *is* open and I enter a number and it pops up 'parameter value', then says "forms_form1_text0", like I have to enter it manually as if it doesn't see the form
what is wrong???
help!
thanks
asaf
SELECT * from table where salespersonid = @forms_form1_text0
but it doesn't work!!! the form *is* open and I enter a number and it pops up 'parameter value', then says "forms_form1_text0", like I have to enter it manually as if it doesn't see the form
what is wrong???
help!
thanks
asaf