T
Tcs
Can anyone tell me why this doesn't work?
If DAOrs!OlCode1 = Null Then
DAOrs!OlCode1 = DAOrsC!OLADCC
DAOrs!OlDesc1 = DAOrsC!OLACDS
End If
According to VB, DAOrs!OlCode1 IS null, so the test should be true. But it
doesn't work. What am I doing wrong?
Thanks in advance,
Tom
If DAOrs!OlCode1 = Null Then
DAOrs!OlCode1 = DAOrsC!OLADCC
DAOrs!OlDesc1 = DAOrsC!OLACDS
End If
According to VB, DAOrs!OlCode1 IS null, so the test should be true. But it
doesn't work. What am I doing wrong?
Thanks in advance,
Tom