Conditions

G

Guest

I am trying to Run a setvalue macro based on conditions the condition is if a number field is between certain numbers I am tjinking I am doing it right ex:
Report![Name]![Field] between 1 and 10
However not working
 
T

tina

try
Reports![Name]![Field] between 1 and 10

if that doesn't work, try
Reports![Name]![Field] >= 1 And Reports![Name]![Field] <= 10

hth


At100 said:
I am trying to Run a setvalue macro based on conditions the condition is
if a number field is between certain numbers I am tjinking I am doing it
right ex:
Report![Name]![Field] between 1 and 10
However not working
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top