{Prescriptions.GlsType} Like "SV" and
(
((IsNull({Prescriptions.R_DV_CY}) and {Prescriptions.R_DV_SP}="+2.00") or
(IsNull({Prescriptions.R_NV_CY}) and {Prescriptions.R_NV_SP}="+2.00") or
(IsNull({Prescriptions.L_DV_CY}) and {Prescriptions.L_DV_SP}="+2.00") or
(IsNull({Prescriptions.L_NV_CY}) and {Prescriptions.L_NV_SP}="+2.00"))
)
i am having this type of recordselection formula but when i execute this if the First condition [((IsNull({Prescriptions.R_DV_CY}) and {Prescriptions.R_DV_SP}="+2.00") or ] becomes true then it is giving output, but if first is wrong it is not checking for other three...
can anyone help me??
thank you...