P
Phlipper via AccessMonster.com
Hi,
I have a database for my publishing company. We publish monthly magazines, 12
separate titles.
Currently my database stores the number of issues for an order by a number
(representing number of months) that is decreased by one each month via a
query. Clumsy and not good enough.
I want to input an order with a month of first issue (e.g. January), and
month of last issue (e.g. June)
I then want to store that order for each of the applicable months so that I
can run a report each month telling us which customers are in which magazines.
Now I'm confused as to how to store the data; should I create a table for
each month, and have the form append a new record for each table?
Or should I have a field for each month? If I go down this route, how do I
handle a single order for multiple titles that do not all run for the same
months?
As a beginner, I've been told to use as few tables as possible, but I'm
beginning to think that maybe I should give each title it's own table too.
Confused, please give me your thoughts, they'd be very much appreciated.
TIA
Phil
I have a database for my publishing company. We publish monthly magazines, 12
separate titles.
Currently my database stores the number of issues for an order by a number
(representing number of months) that is decreased by one each month via a
query. Clumsy and not good enough.
I want to input an order with a month of first issue (e.g. January), and
month of last issue (e.g. June)
I then want to store that order for each of the applicable months so that I
can run a report each month telling us which customers are in which magazines.
Now I'm confused as to how to store the data; should I create a table for
each month, and have the form append a new record for each table?
Or should I have a field for each month? If I go down this route, how do I
handle a single order for multiple titles that do not all run for the same
months?
As a beginner, I've been told to use as few tables as possible, but I'm
beginning to think that maybe I should give each title it's own table too.
Confused, please give me your thoughts, they'd be very much appreciated.
TIA
Phil