Subject | Novice need's help on IB_Grid ordering |
---|---|
Author | celliers1 |
Post date | 2005-06-24T20:35:17Z |
I have a query with the following script
select pkey
,afield
,lkey
,yesno
, (select lname
from ltable
where ltable.pkey=mtable.lkey) as lname
from mtable
my question is there a way to set the ordeing on lname without ibo
responding with an error "SQl error -206 Column unknown"
I want the user to be able to search and sort on lname
Please help
select pkey
,afield
,lkey
,yesno
, (select lname
from ltable
where ltable.pkey=mtable.lkey) as lname
from mtable
my question is there a way to set the ordeing on lname without ibo
responding with an error "SQl error -206 Column unknown"
I want the user to be able to search and sort on lname
Please help