M
Midtown2oo3
Parent table
--------------------
Key
Count
Name
Type
Child table
--------------------
Key
ParentKey
Account
Department
"ParentKey" is a foreign key between the two tables.
I would like to perform a select as such: ChildTable.Select
([Department] = 'Dept1' AND Parent.[Type] = 'Public')
Is this even a possibility?
Thanks in advance.
--------------------
Key
Count
Name
Type
Child table
--------------------
Key
ParentKey
Account
Department
"ParentKey" is a foreign key between the two tables.
I would like to perform a select as such: ChildTable.Select
([Department] = 'Dept1' AND Parent.[Type] = 'Public')
Is this even a possibility?
Thanks in advance.