I have a combo box on a main form from which I select a ContactID. I want to open a Contact form at the record selected in the combo box. Does anyone know how I can do this without applying a filter?
That's how I am doing it now but it opens the form with just the one record being accessible. Do you know if there is a way I can open the form to that specific record but still have access to the other records in the table?
I have been trying to use FindFirst but I can't get it to work.