Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for roby22

i have 3 text boxes a b and c i would like to enter time into the a and b and have c calculate the tot time in hrs and minutes between those two.

Member Avatar for tonyfonseca
0
1K
Member Avatar for reena12

''' <summary> ''' FUNCTION TO CALCULATE SUM OF TWO TIME VALUES ''' PASS TWO DATE VALUES AS STRING ''' </summary> Function GetTimeSum(ByVal dt1 As String, ByVal dt2 As String) As String Dim ReturnStr As String = "" If dt1 = "" And dt2 <> "" Then Return dt2 ElseIf dt1 …

Member Avatar for roby22
0
262
Member Avatar for roby22

I have a couple text boxes A,B, C A is time in B is time out And C calculates the difference. Those 3 boxes are datetime boxes This form has a report binding navigator that manages the interaction to the database. The problem is that the values entered and calculated …

Member Avatar for roby22
0
92