A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Database Design for Fill-In Forms



 
 
Thread Tools Display Modes
  #1  
Old April 8th, 2009, 05:21 PM posted to microsoft.public.access.tablesdbdesign
Jani
external usenet poster
 
Posts: 61
Default Database Design for Fill-In Forms

I would appreciate some confirmation that I'm doing this the right way or
advice on what would be better process. Just not sure I'm on the right track.

The data to be collected is many types of observations made for various
activities and these observations are rated either safe or at risk. I have a
form that lists all the different activities and the associate enters the
number of safe or at risk
observations for a particular activity. That data is all loaded into one
table with 2 fields for each activity - one safe one at risk (this table has,
of course, many columns). For graphing and reporting purposes, I need to
total all the safe observations and all the at risk observations, which are
in different fields. I have created queries which appends the data table from
each activity into one table, separating it by safe or at risk. From there do
the reports. Is this the best way to handle this type of data or what would
be the better (or more correct way)? Thanks! Jani

  #2  
Old April 8th, 2009, 05:28 PM posted to microsoft.public.access.tablesdbdesign
Jani
external usenet poster
 
Posts: 61
Default Database Design for Fill-In Forms

Little more information - when I do the queries to combine the activities and
observations, the query appends the activity data to a 'category' field, and
the various fields for the number of observations for each activity are
appended to 'NumOfObsSafe' and 'NumOfObsAtRisk' which allows me to graph on
each type of activity. jms

"Jani" wrote:

I would appreciate some confirmation that I'm doing this the right way or
advice on what would be better process. Just not sure I'm on the right track.

The data to be collected is many types of observations made for various
activities and these observations are rated either safe or at risk. I have a
form that lists all the different activities and the associate enters the
number of safe or at risk
observations for a particular activity. That data is all loaded into one
table with 2 fields for each activity - one safe one at risk (this table has,
of course, many columns). For graphing and reporting purposes, I need to
total all the safe observations and all the at risk observations, which are
in different fields. I have created queries which appends the data table from
each activity into one table, separating it by safe or at risk. From there do
the reports. Is this the best way to handle this type of data or what would
be the better (or more correct way)? Thanks! Jani

  #3  
Old April 8th, 2009, 05:48 PM posted to microsoft.public.access.tablesdbdesign
Roger Carlson
external usenet poster
 
Posts: 824
Default Database Design for Fill-In Forms

Putting all your information into a single table is generally considered bad
design, however based on the information you've given, it's difficult to say
for sure. You need, in my opinion, to do some research on data
normalization, which is a method of grouping data into the correct tables.
On the following link, you can find a number of references and tutorial to
help.

http://www.rogersaccesslibrary.com/f...ts.asp?TID=238


--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/...UBED1=ACCESS-L



"Jani" wrote in message
...
I would appreciate some confirmation that I'm doing this the right way or
advice on what would be better process. Just not sure I'm on the right
track.

The data to be collected is many types of observations made for various
activities and these observations are rated either safe or at risk. I have
a
form that lists all the different activities and the associate enters the
number of safe or at risk
observations for a particular activity. That data is all loaded into one
table with 2 fields for each activity - one safe one at risk (this table
has,
of course, many columns). For graphing and reporting purposes, I need to
total all the safe observations and all the at risk observations, which
are
in different fields. I have created queries which appends the data table
from
each activity into one table, separating it by safe or at risk. From there
do
the reports. Is this the best way to handle this type of data or what
would
be the better (or more correct way)? Thanks! Jani



  #4  
Old April 8th, 2009, 05:56 PM posted to microsoft.public.access.tablesdbdesign
Jani
external usenet poster
 
Posts: 61
Default Database Design for Fill-In Forms

Thanks for the super quick reply. I will to research as you suggest!

"Roger Carlson" wrote:

Putting all your information into a single table is generally considered bad
design, however based on the information you've given, it's difficult to say
for sure. You need, in my opinion, to do some research on data
normalization, which is a method of grouping data into the correct tables.
On the following link, you can find a number of references and tutorial to
help.

http://www.rogersaccesslibrary.com/f...ts.asp?TID=238


--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/...UBED1=ACCESS-L



"Jani" wrote in message
...
I would appreciate some confirmation that I'm doing this the right way or
advice on what would be better process. Just not sure I'm on the right
track.

The data to be collected is many types of observations made for various
activities and these observations are rated either safe or at risk. I have
a
form that lists all the different activities and the associate enters the
number of safe or at risk
observations for a particular activity. That data is all loaded into one
table with 2 fields for each activity - one safe one at risk (this table
has,
of course, many columns). For graphing and reporting purposes, I need to
total all the safe observations and all the at risk observations, which
are
in different fields. I have created queries which appends the data table
from
each activity into one table, separating it by safe or at risk. From there
do
the reports. Is this the best way to handle this type of data or what
would
be the better (or more correct way)? Thanks! Jani




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:26 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.