Hi there,
I have some code for generating reports that involve an IsNull Statement.
I have 2 comboboxes that are in a if statement. The code should execute if Combo1 is not null and Combo2 is Null.But the wierd part is the code fluctuates.
Sometimes it works when I have
If (IsNull(Me!Combo1)...