Wrox Programmer Forums
|
Beginning VB 6 For coders who are new to Visual Basic, working in VB version 6 (not .NET).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 29th, 2006, 03:10 PM
Authorized User
 
Join Date: Jun 2003
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to rylemer Send a message via MSN to rylemer Send a message via Yahoo to rylemer
Default record manipulation

Hi to all,

hope you can help me
below is the input data:

ID QTY CODE
-----------------------
213307 27 LS01
213307 0 DP02
213307 27 IN01
213303 6199 LS01
213303 0 DP02
213303 6199 IN01

I need an output like this

213307 27 DP02
213303 6199 DP02


I need a logic how can get the above output

hope you can help me

Thanks,
rylemer

 
Old September 29th, 2006, 04:49 PM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
Default

What commended "DP02" over "LS01" and IN01 for each of the groups?
 
Old October 17th, 2006, 05:51 PM
Authorized User
 
Join Date: Jun 2006
Posts: 73
Thanks: 1
Thanked 1 Time in 1 Post
Default

Can you be more specific about where the input data is coming from, and what you're outputting it to e.g. combo box, list box, DataGrid etc.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Recordset Manipulation aspless Classic ASP Basics 4 October 15th, 2008 03:45 PM
String manipulation pcase XSLT 5 June 14th, 2007 10:32 AM
Image Manipulation qazi_nomi ASP.NET 2.0 Professional 0 June 12th, 2006 03:28 AM
Treeview Manipulation reyboy VB.NET 2002/2003 Basics 7 March 28th, 2005 09:43 AM
String Manipulation twsinc Access 3 February 23rd, 2004 09:57 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.