My database has a main data entry form called frmCatalogDataEntry. On that form are many different command buttons. Two such command buttons are to update info if it is not already in the combo boxes. For example, the user enters the catalogs date, and catalog#, only to find out that the supplier isn't in the combo box for suppliers. I have an "Add New" button beside the combo box that lets them jump to the frmSupplierDataEntry (via a macro that first closes the form). Once this occurs the program displays a 'The field SupplierID can't contain a Null b/c of requ'd property true' msgbox, then a 'you can't save the record at this time' one. If you hit 'ok', of course everything works. But the users will be confused at what's going on and what's being asked. I would prefer if there was a way to update the supplier, then just return without ever closing the frmCatalogDataEntry, but I get the same error messages when I try to add a refresh method into the macro or code. Is there a way around this so that the combo box will be refreshed without getting these error messages...Another compromise that I would settle for, would just to be able to customize (or annihilate) these error messages when the macro closes the frmCatalogDataEntry and opens frmSupplierDataEntry...Thanks Dan Eaton
deaton@caemachinery.com
deaton@caemachinery.com