Thank you very much for your response. I tried the suggested format and ended up with my old friend, the "You canceled the previous operation." error message.
Private Sub txtProjectNumber_AfterUpdate()
Me.txtIDMT = DLookup("IDMT", "tblMaintTrack", "ProjectNumber=" & Me.txtProjectNumber)...