Within Data validation I am trying to validate data so that only multiples of a number can only be entered into a table (5,10,15,20 etc)
I realise I can use the Or operator to create this as 5 or 10 or 15 etc, however this is time consuming for should the DB involve large numbers.
There MUST...