Hi

I need to put the query in my Crystal report forms:

SELECT * FROM TableName WHERE FieldName=Criteria

Now Where should I put this query.
I have tried putting SQL fields in the Crystal Report but even if I write simplest query the code is error like
SELECT * FROM Table

Where should I map my queries?