Hi Chris,
I'm not working in Visio, so what you suggested doesn't work - but thanks
anyway.
What I'm doing is below:
DoCmd.OpenForm "frmCmnt"
DoCmd.GoToRecord , , acNewRec
Forms!frmcmnt!Service = Me.Service
Forms!frmcmnt!question = "A_ComWithin"
What I want to do is set the question field on the form frmcmnt to the name
of the combo box on which I double clicked. This is the way I have done it
currently but I have to have this code for all 128 questions on the form! I
was hoping there was a more elegant solution.
Mike