R
Robert Gilland
I have a data base which has look up tables that have more than one field in their primary key
ie
lookup table GROUP
stateid, groupid, groupdesc primary key is stateid, groupid
I want the lookup dataset to drop down only the groupdesc's with the stateid of the current record in it
Is this possible?
ie
lookup table GROUP
stateid, groupid, groupdesc primary key is stateid, groupid
I want the lookup dataset to drop down only the groupdesc's with the stateid of the current record in it
Is this possible?