G
Guest
I have the following code in the after update in my combo box. It's now
producing any any informaton in my text box
Private Sub cboAMUProcess_AfterUpdate()
Me.Question1 = DLookup("[Questions]", "[tblAMUQuestions]",
"[Process]='" & Me.cboAMUProcess & "'")
End Sub
Can someone please advise what I am doing wrong?
producing any any informaton in my text box
Private Sub cboAMUProcess_AfterUpdate()
Me.Question1 = DLookup("[Questions]", "[tblAMUQuestions]",
"[Process]='" & Me.cboAMUProcess & "'")
End Sub
Can someone please advise what I am doing wrong?