Originally I created the If then statement to just compare two set of values. cboOption has five different options. Two of options, if selected needs to be Nz(Me.Example1, 0) < & Nz(Me.Example2, 0), and the rest of the options are
Nz(Me.Example1, 0) > & Nz(Me.Example2, 0).
Thanks