Click here to Skip to main content
15,891,907 members
Home / Discussions / C#
   

C#

 
AnswerRe: Nearest point on a line. Pin
harold aptroot18-Mar-09 5:25
harold aptroot18-Mar-09 5:25 
Questionmerge using C# Pin
StoneCOLD70918-Mar-09 4:44
StoneCOLD70918-Mar-09 4:44 
AnswerRe: merge using C# Pin
musefan18-Mar-09 4:58
musefan18-Mar-09 4:58 
GeneralRe: merge using C# Pin
StoneCOLD70918-Mar-09 6:29
StoneCOLD70918-Mar-09 6:29 
GeneralRe: merge using C# Pin
musefan18-Mar-09 6:44
musefan18-Mar-09 6:44 
GeneralRe: merge using C# Pin
StoneCOLD70918-Mar-09 7:15
StoneCOLD70918-Mar-09 7:15 
GeneralRe: merge using C# Pin
musefan18-Mar-09 7:28
musefan18-Mar-09 7:28 
GeneralRe: merge using C# [modified] Pin
StoneCOLD70918-Mar-09 8:04
StoneCOLD70918-Mar-09 8:04 
Ok so I made that change and I'm still getting only one record per unit.
Unit #	Team Leader	Product Name	General Name	Model	Manufacturer
458	John Smith	42" Plasma TV	Television	89465	SONY
849	Chris Jones	Top Load Washer	Washer	        4415574	KENMORE
1024	Sean White	Wireless Phone	Cell Phone	541924	MOTOROLA


Before it looked like this.......
Unit #	Team Leader	Product Name	General Name	Model	Manufacturer
458	John Smith	42" Plasma TV	Television	89465	SONY
458	John Smith	Surrnd Snd Sys	Audio System	 2111	MAGNAVOX
458	John Smith	32" Plasma Tv	Television	43265	LG
849	Chris Jones	Top Load Washer	Washer	       415574	KENMORE
849	Chris Jones	Frnt Load Dryer	Dryer	       212541	KENMORE
1024	Sean White	Wireless Phone	Cell Phone	541924	MOTOROLA
1024	Sean White	16 GB MP3 Plyr	MP3 Player	91181	ZUNE
1024	Sean White	32 GB MP3 Plyr	MP3 Player	33587	APPLE


And this is what I'm trying to accomplish by merging what's in column A by unit. So for every unit 458 I want to just show one unit number but keep all the records associtated with it. What I have now with the code you gave me only gives me one record per unit. Also I'm trying to do the same thing with the team leader.

Unit #	Team Leader	Product Name	  General Name	   Model	    Manufacturer
458	John Smith	42" Plasma TV	  Television	   89465	    SONY
	 	        Surrnd Snd Sys	  Audio System	   2111	            MAGNAVOX
	        	32" Plasma Tv	  Television	   43265	    LG
849	Chris Jones	Top Load Washer	  Washer	   415574	    KENMORE
	        	Frnt Load Dryer	  Dryer	           212541	    KENMORE
1024	Sean White	Wireless Phone	  Cell Phone	   541924	    MOTOROLA
	        	16 GB MP3 Plyr	  MP3 Player	   91181	    ZUNE
	        	32 GB MP3 Plyr	  MP3 Player	   33587	    APPLE


modified on Wednesday, March 18, 2009 2:11 PM

Questionerror while inserting table with autonumber using MsAccess Pin
sakthi06karthi18-Mar-09 3:51
sakthi06karthi18-Mar-09 3:51 
AnswerRe: error while inserting table with autonumber using MsAccess Pin
Jerry.Wang18-Mar-09 3:58
Jerry.Wang18-Mar-09 3:58 
GeneralRe: error while inserting table with autonumber using MsAccess Pin
sakthi06karthi18-Mar-09 4:06
sakthi06karthi18-Mar-09 4:06 
GeneralRe: error while inserting table with autonumber using MsAccess Pin
sakthi06karthi18-Mar-09 4:09
sakthi06karthi18-Mar-09 4:09 
GeneralRe: error while inserting table with autonumber using MsAccess Pin
Xmen Real 18-Mar-09 4:12
professional Xmen Real 18-Mar-09 4:12 
AnswerRe: error while inserting table with autonumber using MsAccess Pin
musefan18-Mar-09 4:19
musefan18-Mar-09 4:19 
QuestionCopying embedded powerpoint object from richtextbox into powerpoint Pin
mailtogj18-Mar-09 3:33
mailtogj18-Mar-09 3:33 
QuestionExecute a C# App without installing .Net Framework ! Pin
Mohammad Dayyan18-Mar-09 3:08
Mohammad Dayyan18-Mar-09 3:08 
AnswerRe: Execute a C# App without installing .Net Framework ! Pin
musefan18-Mar-09 3:12
musefan18-Mar-09 3:12 
GeneralRe: Execute a C# App without installing .Net Framework ! Pin
Mohammad Dayyan18-Mar-09 3:26
Mohammad Dayyan18-Mar-09 3:26 
GeneralRe: Execute a C# App without installing .Net Framework ! Pin
musefan18-Mar-09 3:40
musefan18-Mar-09 3:40 
GeneralRe: Execute a C# App without installing .Net Framework ! Pin
Mohammad Dayyan18-Mar-09 3:43
Mohammad Dayyan18-Mar-09 3:43 
GeneralRe: Execute a C# App without installing .Net Framework ! Pin
Xmen Real 18-Mar-09 3:49
professional Xmen Real 18-Mar-09 3:49 
AnswerRe: Execute a C# App without installing .Net Framework ! Pin
Jerry.Wang18-Mar-09 3:13
Jerry.Wang18-Mar-09 3:13 
GeneralRe: Execute a C# App without installing .Net Framework ! Pin
Mohammad Dayyan18-Mar-09 3:16
Mohammad Dayyan18-Mar-09 3:16 
GeneralRe: Execute a C# App without installing .Net Framework ! Pin
Dan Neely18-Mar-09 4:35
Dan Neely18-Mar-09 4:35 
AnswerRe: Execute a C# App without installing .Net Framework ! Pin
#realJSOP18-Mar-09 3:30
mve#realJSOP18-Mar-09 3:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.