Hi all! I have a form that serves as a cash order. I have text boxes that update the SharePoint list with the amount of denominations they need. The denominations need to be in certain increments, however.
For instance,
Ones - increments of $1,000
Twos - increments of $2,000
Fives - increments of $5,000
Tens - increments of $10,000
Twenties - increments of $20,000.
I know you can test for a value in-between numbers, but I'm not sure how to enforce that when the number can be so many different options. I have an error box that I'm trying to implement this idea into the visible function. Anyone do something like this?