Hi
Please help me convert the following sql query into ms access 97 query.
Your help is appreciated.
select convert(int,c.ref2)
from acthist a,acthist c
WHERE a.ref1 = '123456'
and c.ref1 = 'asd123'
and c.ref2 <> '-1'
AND c.actdate > = 'somedate value'
and isnumeric(c.ref2) = 1
group by c.Ref2
Please help me convert the following sql query into ms access 97 query.
Your help is appreciated.
select convert(int,c.ref2)
from acthist a,acthist c
WHERE a.ref1 = '123456'
and c.ref1 = 'asd123'
and c.ref2 <> '-1'
AND c.actdate > = 'somedate value'
and isnumeric(c.ref2) = 1
group by c.Ref2