L
Lori2836 via AccessMonster.com
Hopefully someone can help, as I'm sure this is pretty easy for those that
know what they are doing! I want to know how to change
if UC1.Value = CDbl(Text496.text) * 94.45/1000
to include
"if Initiated Date is before 4/1/07, else use 99.55/1000". Can
someone help?
Private Sub Text496_Change()
If IsNumeric(Text496.Text) Then
UC1.Value = CDbl(Text496.Text) * 94.45 / 1000
End If
End Sub
know what they are doing! I want to know how to change
if UC1.Value = CDbl(Text496.text) * 94.45/1000
to include
"if Initiated Date is before 4/1/07, else use 99.55/1000". Can
someone help?
Private Sub Text496_Change()
If IsNumeric(Text496.Text) Then
UC1.Value = CDbl(Text496.Text) * 94.45 / 1000
End If
End Sub