M
mark kubicki
behind a command button on a form I have the code:
the fields: LampCnt1 and LampCnt2 are both numeric fields and may or may not
have had values entered
BuildText = ""
.. . .
BuildText = BuildText & (" " + CStr(frm.LampCnt1 + frm.LampCnt2) + "-lamp")
.. . .
this line of code is generating an invalid use of null (?) error
any suggestions why?.
thanks in advance,
mark
the fields: LampCnt1 and LampCnt2 are both numeric fields and may or may not
have had values entered
BuildText = ""
.. . .
BuildText = BuildText & (" " + CStr(frm.LampCnt1 + frm.LampCnt2) + "-lamp")
.. . .
this line of code is generating an invalid use of null (?) error
any suggestions why?.
thanks in advance,
mark