Hello, I want to have only the count of records for a particular 'where clause', need no fields. It works using null as argument:
'select null from tx where VehicleID = ' + QuotedStr(VehicleID) Is this the right way to do or is there a better way ? --- Mvg, Wilfried http://www.mestdagh.biz

