C
Carol (Australia)
Linking Tables
I’m having trouble linking Tables in a Form.
Sales manager has a monthly budget
TBLAreaBudget
contains fields IDAreaBudget Autonumber
IDMonth number
IDProducts number
Style text
PlannedRevenue currency
Comments memo
The Area manager needs to breakup the above Table between a number of Sales
Reps
TBLSalesRepBudgets
Contains fields IDSalesRep autonumber
IDMonth number
IDProducts number
Style text
RevenueToAchieve currency
Comments memo
Do I need to create another table to join these two Tables or is possible to
join as is?
I’ve tried, but can’t find a way to do it. As you can see I’m only new at
this. Help would be appreciated.
I’m having trouble linking Tables in a Form.
Sales manager has a monthly budget
TBLAreaBudget
contains fields IDAreaBudget Autonumber
IDMonth number
IDProducts number
Style text
PlannedRevenue currency
Comments memo
The Area manager needs to breakup the above Table between a number of Sales
Reps
TBLSalesRepBudgets
Contains fields IDSalesRep autonumber
IDMonth number
IDProducts number
Style text
RevenueToAchieve currency
Comments memo
Do I need to create another table to join these two Tables or is possible to
join as is?
I’ve tried, but can’t find a way to do it. As you can see I’m only new at
this. Help would be appreciated.