Hi Everyone,
I feel foolish even asking, but my mind refuses to co-operate this morning, so here goes my question:
I have 3 tables (in this scenario)
tbl_BudgetItem
~~item_financetype
~~item_financesub
tbl_FinanceType
~~fint_id
tbl_FinanceSubType
~~fints_id
~~fints_type
~~fints_fint_id
I have joins as follows:
1) tbl_BudgetItem.item_financetype to tbl_Financetype.fint_id
2) tbl_Financetype.fint_id to tbl_FinanceSubType.fints_fint_id
3) tbl_FinanceSubType.fints_id to tbl_BudgetItem.item_financesub
what I want is for only the subtype associated with the parent type chosen to be available on tbl_budgetitem. For example, if a finance type of "Asset" is chosen, only those subtype relateing to Asset are available to be chosen, ie: Equipment, buildings, etc.
Is this a Join issue, or do I use a query as my Combo-Box reference instead of the table?
Thanks All,
Mike
______________________________________________________________
"It Seems All My Problems Exist Between Keyboard and Chair"
I feel foolish even asking, but my mind refuses to co-operate this morning, so here goes my question:
I have 3 tables (in this scenario)
tbl_BudgetItem
~~item_financetype
~~item_financesub
tbl_FinanceType
~~fint_id
tbl_FinanceSubType
~~fints_id
~~fints_type
~~fints_fint_id
I have joins as follows:
1) tbl_BudgetItem.item_financetype to tbl_Financetype.fint_id
2) tbl_Financetype.fint_id to tbl_FinanceSubType.fints_fint_id
3) tbl_FinanceSubType.fints_id to tbl_BudgetItem.item_financesub
what I want is for only the subtype associated with the parent type chosen to be available on tbl_budgetitem. For example, if a finance type of "Asset" is chosen, only those subtype relateing to Asset are available to be chosen, ie: Equipment, buildings, etc.
Is this a Join issue, or do I use a query as my Combo-Box reference instead of the table?
Thanks All,
Mike
______________________________________________________________
![[banghead] [banghead] [banghead]](/data/assets/smilies/banghead.gif)