D
dale
Is there a way in a query to have an if statement that will allow me to
do one section of code versus the other based on some value. Something
like below
if (value = true)
run query1 based on form1
else
run query2 based on form2
do one section of code versus the other based on some value. Something
like below
if (value = true)
run query1 based on form1
else
run query2 based on form2