post query result in form

L

LJMccuiston

how do I run a query based on current form fields and then place the result
back in the form
 
W

Wayne Morgan

Try a DLookup() function in a calculated textbox. You can use more than one
WHERE parameter by linking them with And or Or.
 
Top