P polgara Registered User. Local time Today, 10:57 Joined Feb 22, 2001 Messages 11 Aug 27, 2003 #1 Need to run a query against a table to show entries that are whole integers. This is needed because some people have entered in the wrong currency due to a misunderstanding and the most probable illustration of this - a crude way of QAing
Need to run a query against a table to show entries that are whole integers. This is needed because some people have entered in the wrong currency due to a misunderstanding and the most probable illustration of this - a crude way of QAing
N namliam The Mailman - AWF VIP Local time Today, 11:57 Joined Aug 11, 2003 Messages 11,695 Aug 27, 2003 #2 you can use int(field) = field or field * 100 mod 100 = 0 both returning true for integers... Regards
you can use int(field) = field or field * 100 mod 100 = 0 both returning true for integers... Regards