I am making a DataReport my query is something like this some time output of the query can 4 fields or some it can be 5 fields . Now how to make data report in this case Can somebody pls help me. Or give some idea.
03-08-2005 at 12:07 PM
|
TJ_01 Level: VB Lord Registered: 24-08-2005 Posts: 320
Re: Data Report in Visula Basic
You can put the query in the DataEnvironment, SQL Statement. Something like this:
SELECT <TblName>.* FROM <TblNAme> WHERE <FieldName> LIKE '%INFO%'