Q
Query Curious
I know this has been covered before, can't seem to make it work. What's the
SQL?
I've got 2 tables:
Table Criteria
Criteria.PartStub
AA
BB
Table MainData
MainData.PartNumber
AADog
AACat
AAFrog
BBDog
BBCat
BBFrog
I want to query the "MainData" table, but do it based
on Criteria.PartStub & " * "
(..I'm not looking to manually enter the Criteria stubs into the GUI designer
as I've got hundreds of part stubs..)
Any help would be appreciated!
SQL?
I've got 2 tables:
Table Criteria
Criteria.PartStub
AA
BB
Table MainData
MainData.PartNumber
AADog
AACat
AAFrog
BBDog
BBCat
BBFrog
I want to query the "MainData" table, but do it based
on Criteria.PartStub & " * "
(..I'm not looking to manually enter the Criteria stubs into the GUI designer
as I've got hundreds of part stubs..)
Any help would be appreciated!