aziz rasul
Active member
- Local time
- Today, 02:40
- Joined
- Jun 26, 2000
- Messages
- 1,934
I want to use the value in the second column of a combo box on a form for the criteria in a query. What syntax do I use? I have tried:-
[Forms]![frmChallenges]!cboProvider.Column(1)
Like [Forms]![frmChallenges]!cboProvider.Column(1)
but it doesn't like it.
[Forms]![frmChallenges]!cboProvider.Column(1)
Like [Forms]![frmChallenges]!cboProvider.Column(1)
but it doesn't like it.