G
Guest
How can I write code in Before_Update that checks for the following:
If SDateField => 5/1/2005 then if DefectOneField > 0 and RMOneField is blank
then message or
if DefectTwoField > 0 and RMTwoField is blank then message or
if DefectThreeField > 0 and RMThreeField is blank then message or
on and on until DefectTenField > 0 and RMTenField is blank then message.
If SDateField < 5/1/2005 then nothing needs to be checked.
Thanks much -
If SDateField => 5/1/2005 then if DefectOneField > 0 and RMOneField is blank
then message or
if DefectTwoField > 0 and RMTwoField is blank then message or
if DefectThreeField > 0 and RMThreeField is blank then message or
on and on until DefectTenField > 0 and RMTenField is blank then message.
If SDateField < 5/1/2005 then nothing needs to be checked.
Thanks much -