I have a form that allows a new address to be added to my databses. It consists of 4 text boxes and 5 Combo boxes. I have written "not in list" events to allow new data to be added to each of the combo boxes however if new data is added to one of my Combo boxes (CboPostCode) I need to then add more information to TblPostCode to complete the address record. I have used the "after update" event to run a macro that opens FrmPostCode at the last record created (the ID from the Postcode added in the FrmNewaddress) however I do not want the macro to run if the new record created uses a postcode that is already recorded.
Can anybody help me achieve this?
Many thanks
Can anybody help me achieve this?
Many thanks