I want my form to look up a record, using the recordsetclone, based on multiple criteria. I know I can do the followign with one criteria:
Set rst = frm.recordsetclone
rst.find "item = " & itemfound
frm.bookmark = rst.bookmark
WHat about multiple criteria in the rst.find line? I keep gettign an error message that Access can't find the object.
Thanks in advance.
Set rst = frm.recordsetclone
rst.find "item = " & itemfound
frm.bookmark = rst.bookmark
WHat about multiple criteria in the rst.find line? I keep gettign an error message that Access can't find the object.
Thanks in advance.