I have a form with a combo box which looks up info from another table. If the record I am looking up doesn't exist I created an event on double-click of the combo box to open a form which shows the records from the table and create a new record. On the close event of this pop-up form I enetered DoCmd.Requery, however when I close this form I get a message "The command or action 'Requery' isn't available now."