Less than 100% Query

.Justin

Registered User.
Local time
Today, 06:40
Joined
Jun 29, 2009
Messages
38
Hi There,

I am probably being really thick. I have a table which has a feild called Percentage complete which is manually entered. However I would like a query which only shows me items that are less than 100% complete.

I thought the query criteria would be <100% but that didn't work so I tired <100 and that didn't work either... The data in stored in the table as number data type which the format is set to percentage. What am I doing wrong?
 
Untested suggestion: <1

:edit:

maybe: <1.0
 

Users who are viewing this thread

Back
Top Bottom