Consider the very likely requirement to report the most recent revision of all Quotes.try my function and see it is easier with 1 field instead of wasting storage space.
docmd.openform "formname", , , "[fieldname]='" & [fieldname] & '", acformedit
AND [fieldname]= me.combobox.value
Actually, you should still be able to use OpenForm to open an already opened form. If you use a criteria, it will apply the new criteria to the already open form. Give it a try...Also the form is already open, so openform would be the incorrect command.