On Tue, Apr 13, 2010 at 18:27, Ana Osman <[email protected]> wrote: > year<='2003'
Try year <= 2003 for proper number instead of string comparison. Regards, Alex -- Alexander Klimetschek [email protected]
On Tue, Apr 13, 2010 at 18:27, Ana Osman <[email protected]> wrote: > year<='2003'
Try year <= 2003 for proper number instead of string comparison. Regards, Alex -- Alexander Klimetschek [email protected]