I had high hopes for this one. It ran with no errors, but it did not perform the 2nd line.
Code:
DoCmd.GoToRecord , , acNewRec
It stayed right on the 3rd record back and updated that record. Nothing in the new record. Actually I get the same results if I only run line 3.
Code:
Me.Parent.subfrm_Clinical_Summary_ICD10.FORM.cbo_ICD10 = Me.cboICD10
I have noticed the focus never goes to subfrm_Clinical_Summary_ICD10.FORM.cbo_ICD10
When I run this line by itself, the focus stays on the button I just clicked.
Code:
Me.Parent.subfrm_Clinical_Summary_ICD10.Form.cbo_ICD10.SetFocus
I can set focus on anything on the Me. form, but not the destination form, so the DoCmd.GoToRecord has no effect.
I wish I could send this to you but it's full of sensitive information and has about 40 tables with a SQL Server back end.
I'm calling it a day. I'm grateful for all your assistance so far. I hate to give up on this, but I'm willing if your willing.