B
Brent Walker
I'm building an Access database to track income and expense activiities. I
want to be able to categorize these activiites by account. I created
tblAccounts with fields, Acct#, AcctType, and AcctName, but got stuck on the
best way to handle sub-accounts. It seems proper to create a new tblSubAccts
with a field Acct# which relates to Acct# in the tblAccounts. If i do this,
however, how do I generate a tiered drop-down so users can pick from
tblAccounts (for entries that do not require sub-accounts) or tblSubAccts
(for entries that do)?
want to be able to categorize these activiites by account. I created
tblAccounts with fields, Acct#, AcctType, and AcctName, but got stuck on the
best way to handle sub-accounts. It seems proper to create a new tblSubAccts
with a field Acct# which relates to Acct# in the tblAccounts. If i do this,
however, how do I generate a tiered drop-down so users can pick from
tblAccounts (for entries that do not require sub-accounts) or tblSubAccts
(for entries that do)?