honey2wood
Registered User.
- Local time
- Today, 06:54
- Joined
- Feb 16, 2010
- Messages
- 43
Hello to all.
I seem to have a problem with a Query that does not want to play ball !!
I have a table with a primary key autonumber being the unique serial number for a form.
I have made a query from this table using all the field from the table.
In the customer field I want to exclude one of those customers from the query results so I have got <> "customer Name". This works great
The problem I have is that after serial no. 14999 the query stops.
Remove the <>"customer Name" and I get all the records.
Is this the limit to the ability of the query to work it just seems strange.
Graham
I seem to have a problem with a Query that does not want to play ball !!
I have a table with a primary key autonumber being the unique serial number for a form.
I have made a query from this table using all the field from the table.
In the customer field I want to exclude one of those customers from the query results so I have got <> "customer Name". This works great
The problem I have is that after serial no. 14999 the query stops.
Remove the <>"customer Name" and I get all the records.
Is this the limit to the ability of the query to work it just seems strange.
Graham