C
Chaster
Could someone tell me what I am doing wrong. I would think this would work
but I am getting a syntax error and it pulls up what I think is a paramater
box with the value that I just selected from my cboSelectShow
Private Sub cboSelectShow_AfterUpdate()
Me.Filter = ("[Showname]= " & Me.cboSelectShow)
'Debug returns value Me.Filter = "[Showname]= Links, Inc." (This was the
name of the show I selected to test with)
Me.FilterOn = True
End Sub
but I am getting a syntax error and it pulls up what I think is a paramater
box with the value that I just selected from my cboSelectShow
Private Sub cboSelectShow_AfterUpdate()
Me.Filter = ("[Showname]= " & Me.cboSelectShow)
'Debug returns value Me.Filter = "[Showname]= Links, Inc." (This was the
name of the show I selected to test with)
Me.FilterOn = True
End Sub