Click here to Skip to main content
15,892,805 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how can multiple users open VB>NET application? Pin
Marcus J. Smith13-Feb-07 9:53
professionalMarcus J. Smith13-Feb-07 9:53 
GeneralRe: how can multiple users open VB>NET application? Pin
7prince13-Feb-07 10:36
7prince13-Feb-07 10:36 
GeneralRe: how can multiple users open VB>NET application? Pin
Marcus J. Smith14-Feb-07 3:01
professionalMarcus J. Smith14-Feb-07 3:01 
Question[VB6]ByteFX Mysql Connection Pin
djnevs13-Feb-07 4:53
djnevs13-Feb-07 4:53 
QuestionAddition Operation with Access DB Column Pin
Jason Baggett13-Feb-07 4:34
Jason Baggett13-Feb-07 4:34 
AnswerRe: Addition Operation with Access DB Column Pin
Kschuler13-Feb-07 5:30
Kschuler13-Feb-07 5:30 
GeneralRe: Addition Operation with Access DB Column Pin
Jason Baggett13-Feb-07 6:26
Jason Baggett13-Feb-07 6:26 
GeneralRe: Addition Operation with Access DB Column Pin
Kschuler13-Feb-07 7:44
Kschuler13-Feb-07 7:44 
I'm still a bit confused. What is the data in your table going to look like?

I think I would suggest to store the testing durations as an integer value of minutes. So 2.5 hours would be stored as 150. Then you can convert them to display in whatever format you want later.

So, your initial question is still escaping me. If you are asking how to get the sum of the durations for each Test...it would be like this:
SELECT testField, SUM(duration) FROM table GROUP BY testField

If you are asking how to get the individual durations for a specific test it would be like this:
SELECT durationField FROM table WHERE testField='Test1'

If this is not what you are asking for, could you please explain the situation a little better. What is the difference between Test 1,2,3 and Test A,B,C?...what will your table look like with data in it?...what is it that your program is actually supposed to accomplish?

Hope this helps.
GeneralRe: Addition Operation with Access DB Column Pin
Jason Baggett13-Feb-07 8:01
Jason Baggett13-Feb-07 8:01 
GeneralRe: Addition Operation with Access DB Column Pin
Kschuler13-Feb-07 8:07
Kschuler13-Feb-07 8:07 
GeneralRe: Addition Operation with Access DB Column Pin
Jason Baggett13-Feb-07 8:20
Jason Baggett13-Feb-07 8:20 
QuestionList View Help needed. Pin
sandipan.neogi@gmail.com13-Feb-07 4:30
sandipan.neogi@gmail.com13-Feb-07 4:30 
QuestionUpdating Live Pin
Situnes13-Feb-07 3:59
Situnes13-Feb-07 3:59 
QuestionUpdating Live Pin
Situnes13-Feb-07 3:59
Situnes13-Feb-07 3:59 
QuestionEvent Handling of drop down lists inside a Datagrid Problem Pin
Huvandhuma13-Feb-07 3:46
Huvandhuma13-Feb-07 3:46 
AnswerRe: Event Handling of drop down lists inside a Datagrid Problem Pin
Marcus J. Smith13-Feb-07 4:06
professionalMarcus J. Smith13-Feb-07 4:06 
GeneralRe: Event Handling of drop down lists inside a Datagrid Problem Pin
Huvandhuma13-Feb-07 15:47
Huvandhuma13-Feb-07 15:47 
GeneralRe: Event Handling of drop down lists inside a Datagrid Problem Pin
Marcus J. Smith14-Feb-07 3:07
professionalMarcus J. Smith14-Feb-07 3:07 
QuestionConvert to a string Pin
costavo13-Feb-07 2:58
costavo13-Feb-07 2:58 
AnswerRe: Convert to a string Pin
Dave Kreskowiak13-Feb-07 4:22
mveDave Kreskowiak13-Feb-07 4:22 
QuestionUsing "Me." to reference an object Pin
Marcus J. Smith13-Feb-07 2:35
professionalMarcus J. Smith13-Feb-07 2:35 
AnswerRe: Using "Me." to reference an object Pin
Colin Angus Mackay13-Feb-07 3:51
Colin Angus Mackay13-Feb-07 3:51 
AnswerRe: Using "Me." to reference an object Pin
Dave Kreskowiak13-Feb-07 4:13
mveDave Kreskowiak13-Feb-07 4:13 
GeneralRe: Using "Me." to reference an object Pin
Marcus J. Smith13-Feb-07 4:22
professionalMarcus J. Smith13-Feb-07 4:22 
GeneralRe: Using "Me." to reference an object Pin
Colin Angus Mackay13-Feb-07 4:22
Colin Angus Mackay13-Feb-07 4:22 

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.