Have a form with a listbox. Clicking on an option in the listbox populates the fields related to that person on the form. How do I set the property of a form so it opens with all fields empty, but still shows the options in the listbox and allowing me to call the appropriate record. If I set the Data Entry property to YES , I get a runtime error 3021 – No current record.