majid.pervaiz
Registered User.
- Local time
- Today, 10:07
- Joined
- Oct 15, 2012
- Messages
- 110
Dear All,
I have 2 text boxes Agreed SLA which is automatically computed and not getting stored in database and another box total time which is saving in database.
I am trying to compare both and see whether SLA is met or not with the below code but everytime it's showing SLA Not Met
If Me.SLA_Count.Value > Me.Total_Time_Taken.Value Then
MsgBox "SLA Met"
Else
MsgBox "SLA Not Met"
End If
appreciate your advise.
also if possible let me know how to save computed values to database.
I am completely new to access your support is required.
many thanks
I have 2 text boxes Agreed SLA which is automatically computed and not getting stored in database and another box total time which is saving in database.
I am trying to compare both and see whether SLA is met or not with the below code but everytime it's showing SLA Not Met
If Me.SLA_Count.Value > Me.Total_Time_Taken.Value Then
MsgBox "SLA Met"
Else
MsgBox "SLA Not Met"
End If
appreciate your advise.
also if possible let me know how to save computed values to database.
I am completely new to access your support is required.
many thanks