Jun 23, 2009 #1 longbillduck Technical User Joined Sep 26, 2001 Messages 29 Location US Can anybody help, I’m trying to create an iif statement that would return a 1 if the number were anything but whole. For example: 1.333 = 1 9.5 = 1 3 = 0 Thanks Art
Can anybody help, I’m trying to create an iif statement that would return a 1 if the number were anything but whole. For example: 1.333 = 1 9.5 = 1 3 = 0 Thanks Art
Jun 23, 2009 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR yourAlias: Abs([yourField]<>Int([yourField])) Hope This Helps, PH. FAQ219-2884 FAQ181-2886 Upvote 0 Downvote
Jun 23, 2009 Thread starter #3 longbillduck Technical User Joined Sep 26, 2001 Messages 29 Location US Perfect! Thank you so much Upvote 0 Downvote