Hi All,
I'm quite experienced with Excel, but I'm just diving into Access, and despite having read a lot about it, I have no one to really guide me directly, so forgive the silly question.
I have a large database on an Excel worksheet, organized properly in columns. I'm moving it into Access because a) it's already so big that it slows down Excel, and will only get bigger, and b) I want to use Access to consolidate the data, much of which is redundant.
It's data about ad campaigns, and looks sort of like this (excuse my use of the code window for formatting purposes):
As you can see, within each campaign, nothing changes except year, month, and spend.
I need to consolidate the campaigns so that I end up with something like this:
I understand conceptually that this is possible in Access (and should be easy), but am having trouble putting together the necessary queries. Any guidance would be greatly appreciated. I'm happy to provide more information... I have over-simplified the problem a bit in the interest of getting to the core of what I'm having trouble with.
Thanks!
I'm quite experienced with Excel, but I'm just diving into Access, and despite having read a lot about it, I have no one to really guide me directly, so forgive the silly question.
I have a large database on an Excel worksheet, organized properly in columns. I'm moving it into Access because a) it's already so big that it slows down Excel, and will only get bigger, and b) I want to use Access to consolidate the data, much of which is redundant.
It's data about ad campaigns, and looks sort of like this (excuse my use of the code window for formatting purposes):
Code:
CAMPAIGN-NAME CLIENT-NAME CLIENT-ADDRESS YEAR MONTH SPEND
JOE'S INITIATIVE JOE 123 SMITH ST. 2011 8 $100
JOE'S INITIATIVE JOE 123 SMITH ST. 2011 8 $300
JOE'S INITIATIVE JOE 123 SMITH ST. 2011 6 $300
As you can see, within each campaign, nothing changes except year, month, and spend.
I need to consolidate the campaigns so that I end up with something like this:
Code:
CAMPAIGN-NAME YEAR MONTH SPEND
JOE'S INITIATIVE 2011 8 $100
JOE'S INITIATIVE 2011 6 $200
I understand conceptually that this is possible in Access (and should be easy), but am having trouble putting together the necessary queries. Any guidance would be greatly appreciated. I'm happy to provide more information... I have over-simplified the problem a bit in the interest of getting to the core of what I'm having trouble with.
Thanks!