K
kfiore
I need help in designing an expense table in Access 2003.
I have created a Database for keeping track of all of my Personal expenses
and Reimbursements for business. I work for a company that owns many
different types of Business under different company names, which is becoming
a problem when I turn in Expense/Reimbursement report to our controller. I
end up doing a simple query and dividing everything up in Excel. I want to
find an efficient way to divide up the data by Company->Project->Expense
Type->(and if the expense type is by credit card then by credit card-> credit
card statement). Currently I have one table that handles all of my expense
entries. The main table has the following Fields:
Date:
Ammount:
Store:
Type: (looks up information from a Type Table) example: gas, hotel, etc
Category: (looks up information from a Category Table) example: personal,
Business 1, business 2 etc..
Trip/Location: (looks up information from Trip/Location Table) example:
Florida, VT, Vegas, etc
Description:
Payment Type: (looks up information from a Payment Type Table) example:
Cash, Credit Card, Check, ACH, Wire, etc
Credit Card: (looks up information from a CC information Table) example:
1234, 4534, 2342 (it the last 4 digits of the credit card used)
I am having issues in the way I designed this Table and would like some
suggestions on how to proceed.
1st. If the [Payment Type] field is anything othere than "Credit Card" then
[Credit Card] field isn't filled in, which doesn't seem efficeint.
2nd. I am wondering If it would be better to have 2 seperate tables, one
for Personal expenses, the other for Reimbursements, becasue I would like to
be able to divide my Reimbursemnts into sub categories for each business
entity they are for and then to specific Jobs/Projects that we are currently
working on.
This is really giving me a headache and creating a lot of wasted time spent
dividing everything up in excel. I would appreciate any suggestions on how
to redesign the table/Database. Thank you.
I have created a Database for keeping track of all of my Personal expenses
and Reimbursements for business. I work for a company that owns many
different types of Business under different company names, which is becoming
a problem when I turn in Expense/Reimbursement report to our controller. I
end up doing a simple query and dividing everything up in Excel. I want to
find an efficient way to divide up the data by Company->Project->Expense
Type->(and if the expense type is by credit card then by credit card-> credit
card statement). Currently I have one table that handles all of my expense
entries. The main table has the following Fields:
Date:
Ammount:
Store:
Type: (looks up information from a Type Table) example: gas, hotel, etc
Category: (looks up information from a Category Table) example: personal,
Business 1, business 2 etc..
Trip/Location: (looks up information from Trip/Location Table) example:
Florida, VT, Vegas, etc
Description:
Payment Type: (looks up information from a Payment Type Table) example:
Cash, Credit Card, Check, ACH, Wire, etc
Credit Card: (looks up information from a CC information Table) example:
1234, 4534, 2342 (it the last 4 digits of the credit card used)
I am having issues in the way I designed this Table and would like some
suggestions on how to proceed.
1st. If the [Payment Type] field is anything othere than "Credit Card" then
[Credit Card] field isn't filled in, which doesn't seem efficeint.
2nd. I am wondering If it would be better to have 2 seperate tables, one
for Personal expenses, the other for Reimbursements, becasue I would like to
be able to divide my Reimbursemnts into sub categories for each business
entity they are for and then to specific Jobs/Projects that we are currently
working on.
This is really giving me a headache and creating a lot of wasted time spent
dividing everything up in excel. I would appreciate any suggestions on how
to redesign the table/Database. Thank you.