Analysis on Budget

  • Thread starter Thread starter acss
  • Start date Start date
A

acss

I have an annual budget in which monthly expenses are compared and i would
like to use access but not sure where to begin. I have general knowledge and
set up tables for customers, invoices and accounts but should i create a
table and fill in my budget amounts as part of the design? Any suggestions
would be appreciated.
 
I have an annual budget in which monthly expenses are compared and i would
like to use access but not sure where to begin. I have general knowledge and
set up tables for customers, invoices and accounts but should i create a
table and fill in my budget amounts as part of the design? Any suggestions
would be appreciated.

Budgets have categories, and categories have items. Items have costs/
budget amounts. So our amounts would go into the BudgetItems table...

Budget---(1,M)---BudgetCategory---(1,M)---BudgetItem---(1,M)---Expense

But then since QuickBooks Pro is only $400, why would you do this the
hard way?
 
Thank you but i would rather utilize access instead of a prebuilt
application. I can create the table to be included though i need to know if i
would prefill this table up with the budget numbers so later on i can apply
comparisons such as forecasting tools in excell.Can access do this?
 
Thank you but i would rather utilize access instead of a prebuilt
application. I can create the table to be included though i need to know if i
would prefill this table up with the budget numbers so later on i can apply
comparisons such as forecasting tools in excell.Can access do this?

Sure. You can create a query in Excel to pull just the data you want
from the database and then use a template to run canned reports or
analyses.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top