borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (want to print)Next Topic (Print both sides) New Topic New Poll Post Reply
AndreaVB Forum : Printing : vb 6 datareporting tools problem
Poster Message
vbLearner
Level: Graduate

Registered: 21-04-2006
Posts: 13

icon vb 6 datareporting tools problem

Hello Guys
I tried searching a solution within 2 days on how to solve my problem in reporting.. and now my choice is to post here where i need your help as one of member for me to be benefited.

rs=select * from tbldata order by code

in the report form.. it display like that..
-----------------------------------
tbldata:
---------------------------
code          data            
01               a
01                b
01               c
02               d
03               a
04               k
04               l
04               m



how can i do like this output

code          data            
----------------------
01               a
                  a
                  c
02              d
03              a
04               k
                  l
                 m


the duplicate entry removed.. no need other external report i use the built in reporter of vb6..

i wish your help guys.. i really appreciated you..
thanks

11-02-2007 at 03:26 PM
View Profile Send Email to User Show All Posts | Quote Reply
TJ_01
Level: VB Lord


Registered: 24-08-2005
Posts: 320
icon Re: vb 6 datareporting tools problem

Did you try BUILD QUERY in datareport instead of loading the records directly? From there, you can set filter and condition on loading your records.

HTH



[Edited by TJ_01 on 08-03-2007 at 05:02 AM GMT]

____________________________
Im JAMES  

08-03-2007 at 05:01 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Printing : vb 6 datareporting tools problem
Previous Topic (want to print)Next Topic (Print both sides) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder