J
JRB
I have a table design issue and I'd love some input.....
I have some existing tables which hold data for different business units
(Capital Markets, Investment Sales, Asset Management, Professional Services,
etc.) I also have a table which contains information about employees.
I need to design 2 new tables - one for Time and one for Expenses. Each
Time or Expense record can be related to only one Business Unit (but doesn't
have to be related at all).
I'd like to have 2 tabs on each Business Unit form where the user can enter
the information for time or expenses, and those entries would be
automatically related to the business unit that the user is working on.
Normally, I would just create separate tables for each business unit
(tblTime_CapitalMarkets, tblExpense_CapitalMarkets, tblTime_InvestmentSales,
tblExpense_InvestmentSales, etc.) and that would work fine. However, the
client also wants the ability to enter this information on each employee's
record in which case I don't think this design will work. Is there any way
to create one table for time and one table for expenses that I can use on all
the forms but somehow designate which business unit the time or expense is
related to?
Any help would be greatly appreciated.
Thank you!
I have some existing tables which hold data for different business units
(Capital Markets, Investment Sales, Asset Management, Professional Services,
etc.) I also have a table which contains information about employees.
I need to design 2 new tables - one for Time and one for Expenses. Each
Time or Expense record can be related to only one Business Unit (but doesn't
have to be related at all).
I'd like to have 2 tabs on each Business Unit form where the user can enter
the information for time or expenses, and those entries would be
automatically related to the business unit that the user is working on.
Normally, I would just create separate tables for each business unit
(tblTime_CapitalMarkets, tblExpense_CapitalMarkets, tblTime_InvestmentSales,
tblExpense_InvestmentSales, etc.) and that would work fine. However, the
client also wants the ability to enter this information on each employee's
record in which case I don't think this design will work. Is there any way
to create one table for time and one table for expenses that I can use on all
the forms but somehow designate which business unit the time or expense is
related to?
Any help would be greatly appreciated.
Thank you!