I am newbie with Crystal Report and I would like to ask the experts a basic question. I am using Crystal Report 8.5 with VB and Access db.
1. Is there a direct way to use a SQL statement in Crystal Report? It is a complex SQL statement that retrieves data(SELECT), Total by group(SELECT SUM..),and sorts data within groups(ORDER BY) from three tables. It is in the same line as calling an SQL and executing a print command in VB.
1. Is there a direct way to use a SQL statement in Crystal Report? It is a complex SQL statement that retrieves data(SELECT), Total by group(SELECT SUM..),and sorts data within groups(ORDER BY) from three tables. It is in the same line as calling an SQL and executing a print command in VB.