Category related a specific group

S

SNALI

hi,
the scnerio is a table named grp in which there are 3 fields
(grpid,grpname,grp description) and the table categ in which
(categid,grpname,categname,categdescription) now it works fine on database
and rdbms. when i create table trans in which
(transid,transdate,username,grpname,categname).
now when i select grpname and then i go to categname, it shows all categ not
the related grp.

Any Idea

kindly help me out
 
Top