Number Range

G

Guest

How would I capture a certain value. For example, I only want values above 12
in a field, then I want to calculate the value above 12. If the field had 20
I want to calculate 8.
 
R

Rick B

Not sure where you want to do this, but in an unbound textbox, you could
put...


= 20 - [SomeFieldName]


In the validation of the SomeFieldName control you could specify that the
entry must be greater than 12.

Rick B
 

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