P
pfm721
Currently I have a form that takes a user input and runs a parameter query
returning only one record at a time. When it returns the record I would like
it to display the results on the search form and not in a pop up window. What
would be the best way to go about it? I tried to use 4 text boxes with some
variation of this code =DLookUp("[APC]","qryAPClookup") to look up the four
fields in the query but it doesn't work when there is more than one for some
reason. Any ideas?
returning only one record at a time. When it returns the record I would like
it to display the results on the search form and not in a pop up window. What
would be the best way to go about it? I tried to use 4 text boxes with some
variation of this code =DLookUp("[APC]","qryAPClookup") to look up the four
fields in the query but it doesn't work when there is more than one for some
reason. Any ideas?