Dino000 0 Newbie Poster

Hello.

When I click Add query on combo box for example, I edit the SQL statement by adding 'WHERE Club = @uClub'.
Then I get the error:
'An error occured while trying to create parameterized query:
Error in WHERE clause near @.
Unable to parse query text'

So how can I make a parameter in it?