hi all
i am trying to call the public function “search()” in a form from another form. i am using the code
Eval [Forms]![frmkeyrequisitionssearch].search()
which does what it is supposed to (calls the function), but then gives me the error “The expression you entered contains invalid syntax. You may have entered a comma without a preceeding value or identifier.”
i am going to take a long shot and say my code there is incorrect, but i can’t find any relevant help on the subject. please let me know what i am doing wrong. again, the function get carried out perfectly, but then it gives me the error.
thanks in advance