I have edited the query in SQL view and I have manually changed the
formulae:
   "EndReading"."Odometer" - "Fuel"."Odometer" = '>=0'
   "EndReading"."FuelID" - "Fuel"."FuelID" = '1'
into:
   "EndReading"."Odometer" - "Fuel"."Odometer" >=0
   "EndReading"."FuelID" - "Fuel"."FuelID" = 1
and saved the query.

Now it works well.

Jacek Szymona

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to