dan_l
Active Member
Oh yeah. That's part of the fun of a project like this. You can put your target data into any table that makes sense.
If the target is like "Every month Sales should be >9000", then you don't need a table in access. You just synthesize that into your dashboard file somewhere.
If the target does change:
Jan 9000
Feb 10000
Mar 11000
then just pop a table into Access with that data. You'll never need to look at it again save for when you build up a query.
This may help you:
http://sqlzoo.net/
It's a fairly robust live tutorial for SQL. You'll want to go through the first 5 sections. It's not like you have to know SQL to do this, but it will certainly familiarize you with it's basic capabilities. That will in turn help you to figure out which parts of this project you want in Access and what parts you want in Excel. Plus the tutorial should only take you about an hour or so to run through (assuming you're not already familiar with this stuff).
If the target is like "Every month Sales should be >9000", then you don't need a table in access. You just synthesize that into your dashboard file somewhere.
If the target does change:
Jan 9000
Feb 10000
Mar 11000
then just pop a table into Access with that data. You'll never need to look at it again save for when you build up a query.
This may help you:
http://sqlzoo.net/
It's a fairly robust live tutorial for SQL. You'll want to go through the first 5 sections. It's not like you have to know SQL to do this, but it will certainly familiarize you with it's basic capabilities. That will in turn help you to figure out which parts of this project you want in Access and what parts you want in Excel. Plus the tutorial should only take you about an hour or so to run through (assuming you're not already familiar with this stuff).