V
Vic
I put the following code on a field calld LdPdMt on when you double click on
that field.
Private Sub LdPdMt_DblClick(Cancel As Integer)
[LdPdMt] = [LdMilRteMT].Column(2) * [ldmtmiles]
End Sub
When I go to double click on the field I get an error 13 type mismatch.
I'm trying to calculate LdMilRteMt column 2 which is a currency field that
LdMtMiles which is a number field and have that result stored in LdPdMt which
is a currency field.
Any idea's what I've done wrong.
Thanks
that field.
Private Sub LdPdMt_DblClick(Cancel As Integer)
[LdPdMt] = [LdMilRteMT].Column(2) * [ldmtmiles]
End Sub
When I go to double click on the field I get an error 13 type mismatch.
I'm trying to calculate LdMilRteMt column 2 which is a currency field that
LdMtMiles which is a number field and have that result stored in LdPdMt which
is a currency field.
Any idea's what I've done wrong.
Thanks