Mark Kindly answered part of this question at the begining of August but I had to leave my office for 3 weeks and return to the Uk so am just trying to solve my problem, any help appreciated.
I have a form that has some details of my Customers, in the ‘notonlist’ event I have added one of the self contained Access macros to open my Customers form if there is no record. This works fine but when I return to the original form it does not update (if I close and then re-open the form it is there).
Mark suggested that a do a requery of the combo box using an event procedure me.Customers.requery.
Only ever having used built in functions I cannot get it in my mind how to write the open form part, update new record in another form, return to original form and have it requery the Combo box.
I have no experience whatsoever in making macros, VBA or event procedures but in my feeble mind I Imagine it should go something like
If no matching record then
open frmCustomers
me.Customers.requery
Sounds easy in an ideal world doesn’t it, help please
TIA
Steve