I a combo with a list of names to choose from and the text suppose display appropriate title associated with the name.
Private Sub cboCom1_AfterUpdate()
Me!Name1.Requery
Me!Name1.Value = DisplayName
End Sub
Everytime I select a name, I receive run-time error 3326.
Private Sub cboCom1_AfterUpdate()
Me!Name1.Requery
Me!Name1.Value = DisplayName
End Sub
Everytime I select a name, I receive run-time error 3326.