Hi Everyone
Here I am tearing my hair out again.
I have a simple form for data entry with the owner of the document selected from a combo box based on the table Owners. Selecting an owner puts theOwnerID into the underlying PatientInformation table. I have code that allows the NotInList to pick up entries that are not in the Owners table and allow adding them to that table. This all works but I cannot tab out of the field because the new name is not recognised and although I have tried to requery the combo in the afterupdate event it does not seem to work.
No errors are reported but the new name does not appear until I close the form and lose the record and then try again and the new entry is there.
I have tried the Docmd. requery Me!comboselOwner
and the Me!comboselOwner.requery to no avail
Any help out there?
Here I am tearing my hair out again.
I have a simple form for data entry with the owner of the document selected from a combo box based on the table Owners. Selecting an owner puts theOwnerID into the underlying PatientInformation table. I have code that allows the NotInList to pick up entries that are not in the Owners table and allow adding them to that table. This all works but I cannot tab out of the field because the new name is not recognised and although I have tried to requery the combo in the afterupdate event it does not seem to work.
No errors are reported but the new name does not appear until I close the form and lose the record and then try again and the new entry is there.
I have tried the Docmd. requery Me!comboselOwner
and the Me!comboselOwner.requery to no avail
Any help out there?
