N newstrom New member Local time Today, 11:38 Joined Oct 13, 2004 Messages 9 Apr 4, 2005 #1 Could someone give me the expression to set a validation rule that the entry must be a multiple of 16.
Could someone give me the expression to set a validation rule that the entry must be a multiple of 16.
C Crilen007 Uhm, Title... *shrug* Local time Today, 10:38 Joined Jun 13, 2003 Messages 531 Apr 4, 2005 #2 I don't use validation rules, but I imagine the formula would be like this wouldnt it? ([Number] / 16) = (Int([Number] / 16)
I don't use validation rules, but I imagine the formula would be like this wouldnt it? ([Number] / 16) = (Int([Number] / 16)