Q
QAS
I am trying to track sales for a C-store. There are 12 departments, some are taxable some are not. how can i go about creating a table or two where when pulled by a form the calculations should already know if it is taxable or not.
right now i have 2 tables
TblDeptInfo:
DepartmentName; Text
DepartmentTaxablel Yes / No
TblDailySales:
Date
dept01; currency
dept02; currency
......
dept12; currency
Now i can not figure out how to link TblDailySales:dept01 .... :dept12 to TblDeptInfoepartmentName and then associate the right tax status
right now i have 2 tables
TblDeptInfo:
DepartmentName; Text
DepartmentTaxablel Yes / No
TblDailySales:
Date
dept01; currency
dept02; currency
......
dept12; currency
Now i can not figure out how to link TblDailySales:dept01 .... :dept12 to TblDeptInfoepartmentName and then associate the right tax status