L
LyndsyJo
I can't seem to wrap my brain around this one, though I suspect the answer is
simple.
I need to create a database for tracking inbound call info. I have to keep
track of 5 types of call data for each hourly period from 8 AM to midnight,
for every day (specified by date and day name). The end result needs to have
an easy to use form to enter daily data, as well as a report that can display
and summarize the data for any given date range or day of the week (i.e.,
Monday averages). I don't think I'll have any trouble creating the form or
report, but I'm having a hard time setting up the data in tables to relate
properly.
I'm visualizing the data like this (and maybe this is my problem):
Date
Data Type
Hour
Number
[For each date, there are 5 data types. For each data type, there are 16
hour periods. For each hour period, I need to enter one number.]
I tried creating three tables: One for the dates, one for the hours, and one
for the 5 types of data. But I can't figure out how to connect the three.
Does it seem like I'm heading the right direction by making these three
tables, or is there a better way to set these up?
Please let me know if I need to provide more info. It's been awhile since I
had to create a database and I'm feeling a little rusty.
simple.
I need to create a database for tracking inbound call info. I have to keep
track of 5 types of call data for each hourly period from 8 AM to midnight,
for every day (specified by date and day name). The end result needs to have
an easy to use form to enter daily data, as well as a report that can display
and summarize the data for any given date range or day of the week (i.e.,
Monday averages). I don't think I'll have any trouble creating the form or
report, but I'm having a hard time setting up the data in tables to relate
properly.
I'm visualizing the data like this (and maybe this is my problem):
Date
Data Type
Hour
Number
[For each date, there are 5 data types. For each data type, there are 16
hour periods. For each hour period, I need to enter one number.]
I tried creating three tables: One for the dates, one for the hours, and one
for the 5 types of data. But I can't figure out how to connect the three.
Does it seem like I'm heading the right direction by making these three
tables, or is there a better way to set these up?
Please let me know if I need to provide more info. It's been awhile since I
had to create a database and I'm feeling a little rusty.