jwcoleman87
Well-known member
- Joined
 - Oct 4, 2014
 
- Messages
 - 124
 
- Programming Experience
 - Beginner
 
I threw this code together from examples I found on the internet 
 
I can't actually run my program at home since I have no database, Will this work?
	
		
			
		
		
	
				
			
        clbTechnicians.Items.Add(From row In FastrackDataDataSet.Tables("Repair").AsEnumerable()
                        Select row.Field(Of String)("TechnicianID") Distinct, False)
        clbStatus.Items.Add(From row In FastrackDataDataSet.Tables("Repair").AsEnumerable()
                Select row.Field(Of String)("Status") Distinct, False)
I can't actually run my program at home since I have no database, Will this work?