Hi,
I've been asked to create a database, to store information about campaigns that go out.
One of the criteria is they want to be able to run different reports, that show all campaigns that go out Quarterly/Monthly/Weekly
So I'm trying to decided how to store data like this.
I started with the Quarterly, created a new table tbl-quarterly with
campaignID << ID from the campaign table
QuarterID << ID from a lookup table Quarter (Q1, Q2, Q3, Q4)
Then I created a subform on my main form, where the users can select their options.
I guess this works, but I wonder if there is a better way.
Then looking at the monthly, I would have to do something similar create a table to store the monthly info, then a month table to store the month names. Create another subform, where they can select each month.
Not sure if this is the best way to go about it, so thought I would check to see if anyone has any better ideas.
Thanks!
I've been asked to create a database, to store information about campaigns that go out.
One of the criteria is they want to be able to run different reports, that show all campaigns that go out Quarterly/Monthly/Weekly
So I'm trying to decided how to store data like this.
I started with the Quarterly, created a new table tbl-quarterly with
campaignID << ID from the campaign table
QuarterID << ID from a lookup table Quarter (Q1, Q2, Q3, Q4)
Then I created a subform on my main form, where the users can select their options.
I guess this works, but I wonder if there is a better way.
Then looking at the monthly, I would have to do something similar create a table to store the monthly info, then a month table to store the month names. Create another subform, where they can select each month.
Not sure if this is the best way to go about it, so thought I would check to see if anyone has any better ideas.
Thanks!