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 » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Database Feedback



 
 
Thread Tools Display Modes
  #1  
Old December 16th, 2009, 04:05 PM posted to microsoft.public.access.queries
lettyg
external usenet poster
 
Posts: 14
Default Database Feedback

Good Morning. I just completed a database, I dont know how I pulled it off
but it looks like I did with a reference book I read. Is anyone willing to
take a look at it to give me some feedback? Not sure if that can be done.
  #2  
Old December 16th, 2009, 04:39 PM posted to microsoft.public.access.queries
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Database Feedback

These newsgroups provide very good support when it comes to specific
questions.

Your request, however, is much more general than the usual requests here.
While you may find someone willing to do this, it's a little like asking
someone to review your travel plans and tell you if you did well.

What, in particular, are you curious about concerning your database?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"lettyg" wrote in message
...
Good Morning. I just completed a database, I dont know how I pulled it
off
but it looks like I did with a reference book I read. Is anyone willing
to
take a look at it to give me some feedback? Not sure if that can be done.



  #3  
Old December 16th, 2009, 05:52 PM posted to microsoft.public.access.queries
lettyg
external usenet poster
 
Posts: 14
Default Database Feedback

This database keeps track of our Domestic Violence Cases. I have three
tables that are associated and then many lookup tables.

I have a One to many table (Case information) this is my main table that
has the Case number and other case information (id no = primary key) this is
linked to the Charges Table by ID No (that has the counts per case, statue,
sentencing etc.) and then a Victim Witness Table also linked by id no (that
has the times the victim was contacted by a victim witness specialist - this
also has other stats I am keeping track of from that specific unit). I want
to make sure i create the right relationship and join type. I know my Case
Information table should be a parent table and the charges table and VW table
should be children tables. I haven't joined them yet because i want to
choose the right join type.

Should all of my tables (except lookup tables) also be saved as a query?

Should my lookup tables be linked in the relationships window even though i
have specified in the table to pull information from the lookup table?

I want to be able to auto populate the statue, crime name, and class of
felony that goes with the charge code for each count. i am not sure how to
do that (query?)

I hope this makes sense.


"Jeff Boyce" wrote:

These newsgroups provide very good support when it comes to specific
questions.

Your request, however, is much more general than the usual requests here.
While you may find someone willing to do this, it's a little like asking
someone to review your travel plans and tell you if you did well.

What, in particular, are you curious about concerning your database?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"lettyg" wrote in message
...
Good Morning. I just completed a database, I dont know how I pulled it
off
but it looks like I did with a reference book I read. Is anyone willing
to
take a look at it to give me some feedback? Not sure if that can be done.



.

  #4  
Old December 16th, 2009, 08:39 PM posted to microsoft.public.access.queries
Jerry Whittle
external usenet poster
 
Posts: 4,732
Default Database Feedback

Here's what I would check first.

1. Does every table have a primary key? If not, there's a problem.

2. Do tables have repeating data such as columns like Jan, Feb, Mar, or
anything else going across? If so, there is a problem.

3. Do records have repeating data such as the same person's name, address,
phone numbers in each record? That's a problem. You mentioned "felony that
goes with the charge code for each count" that could be a big problem if you
want to put that data into another table each time. It's better to just store
the primary key in one table as the foriegn key and use a query to gather up
all the data as needed.

4. Are you using Table Level lookup tables? That's usually a problem.

5. If you open up the Relationships window are the tables linked with
Referiential Integrity enables? If not, I start getting a BAD feeling about
the database.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"lettyg" wrote:

This database keeps track of our Domestic Violence Cases. I have three
tables that are associated and then many lookup tables.

I have a One to many table (Case information) this is my main table that
has the Case number and other case information (id no = primary key) this is
linked to the Charges Table by ID No (that has the counts per case, statue,
sentencing etc.) and then a Victim Witness Table also linked by id no (that
has the times the victim was contacted by a victim witness specialist - this
also has other stats I am keeping track of from that specific unit). I want
to make sure i create the right relationship and join type. I know my Case
Information table should be a parent table and the charges table and VW table
should be children tables. I haven't joined them yet because i want to
choose the right join type.

Should all of my tables (except lookup tables) also be saved as a query?

Should my lookup tables be linked in the relationships window even though i
have specified in the table to pull information from the lookup table?

I want to be able to auto populate the statue, crime name, and class of
felony that goes with the charge code for each count. i am not sure how to
do that (query?)

I hope this makes sense.


"Jeff Boyce" wrote:

These newsgroups provide very good support when it comes to specific
questions.

Your request, however, is much more general than the usual requests here.
While you may find someone willing to do this, it's a little like asking
someone to review your travel plans and tell you if you did well.

What, in particular, are you curious about concerning your database?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"lettyg" wrote in message
...
Good Morning. I just completed a database, I dont know how I pulled it
off
but it looks like I did with a reference book I read. Is anyone willing
to
take a look at it to give me some feedback? Not sure if that can be done.



.

  #5  
Old December 17th, 2009, 04:32 AM posted to microsoft.public.access.queries
lettyg
external usenet poster
 
Posts: 14
Default Database Feedback

http://cid-af7c698d9d142706.skydrive...s%20Window.jpg

I have a screen shot of my relationships table on my skydrive. Would you
mind taking a look and making suggestions.

Would you recommend to start entering data since i have all the rows and
tables i need or should i wait until i fix all these problems?

The forms seem to work good.
"Jerry Whittle" wrote:

Here's what I would check first.

1. Does every table have a primary key? If not, there's a problem.

2. Do tables have repeating data such as columns like Jan, Feb, Mar, or
anything else going across? If so, there is a problem.

3. Do records have repeating data such as the same person's name, address,
phone numbers in each record? That's a problem. You mentioned "felony that
goes with the charge code for each count" that could be a big problem if you
want to put that data into another table each time. It's better to just store
the primary key in one table as the foriegn key and use a query to gather up
all the data as needed.

4. Are you using Table Level lookup tables? That's usually a problem.

5. If you open up the Relationships window are the tables linked with
Referiential Integrity enables? If not, I start getting a BAD feeling about
the database.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"lettyg" wrote:

This database keeps track of our Domestic Violence Cases. I have three
tables that are associated and then many lookup tables.

I have a One to many table (Case information) this is my main table that
has the Case number and other case information (id no = primary key) this is
linked to the Charges Table by ID No (that has the counts per case, statue,
sentencing etc.) and then a Victim Witness Table also linked by id no (that
has the times the victim was contacted by a victim witness specialist - this
also has other stats I am keeping track of from that specific unit). I want
to make sure i create the right relationship and join type. I know my Case
Information table should be a parent table and the charges table and VW table
should be children tables. I haven't joined them yet because i want to
choose the right join type.

Should all of my tables (except lookup tables) also be saved as a query?

Should my lookup tables be linked in the relationships window even though i
have specified in the table to pull information from the lookup table?

I want to be able to auto populate the statue, crime name, and class of
felony that goes with the charge code for each count. i am not sure how to
do that (query?)

I hope this makes sense.


"Jeff Boyce" wrote:

These newsgroups provide very good support when it comes to specific
questions.

Your request, however, is much more general than the usual requests here.
While you may find someone willing to do this, it's a little like asking
someone to review your travel plans and tell you if you did well.

What, in particular, are you curious about concerning your database?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"lettyg" wrote in message
...
Good Morning. I just completed a database, I dont know how I pulled it
off
but it looks like I did with a reference book I read. Is anyone willing
to
take a look at it to give me some feedback? Not sure if that can be done.


.

  #6  
Old December 17th, 2009, 05:28 AM posted to microsoft.public.access.queries
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Database Feedback

I would not have any spaces in any table or field names. Your use of field
names beginning with "tbl " is confusing since "tbl" is generally used to
name tables.

Your [tbl FV Case Info] is not normalized. You are storing data in field
names such as [tbl Ddly Wpn Charged]. These should be values in a table of
case charges.

I would also pull out most of the dates and create a table of case dates.
This would have the primary key from the Case table, as well as date type and
date fields. You might also add a fields for comments associated with the
date.

Sorry to be so critical but you really need to spend some time studying
normalization.
--
Duane Hookom
Microsoft Access MVP


"lettyg" wrote:

http://cid-af7c698d9d142706.skydrive...s%20Window.jpg

I have a screen shot of my relationships table on my skydrive. Would you
mind taking a look and making suggestions.

Would you recommend to start entering data since i have all the rows and
tables i need or should i wait until i fix all these problems?

The forms seem to work good.
"Jerry Whittle" wrote:

Here's what I would check first.

1. Does every table have a primary key? If not, there's a problem.

2. Do tables have repeating data such as columns like Jan, Feb, Mar, or
anything else going across? If so, there is a problem.

3. Do records have repeating data such as the same person's name, address,
phone numbers in each record? That's a problem. You mentioned "felony that
goes with the charge code for each count" that could be a big problem if you
want to put that data into another table each time. It's better to just store
the primary key in one table as the foriegn key and use a query to gather up
all the data as needed.

4. Are you using Table Level lookup tables? That's usually a problem.

5. If you open up the Relationships window are the tables linked with
Referiential Integrity enables? If not, I start getting a BAD feeling about
the database.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"lettyg" wrote:

This database keeps track of our Domestic Violence Cases. I have three
tables that are associated and then many lookup tables.

I have a One to many table (Case information) this is my main table that
has the Case number and other case information (id no = primary key) this is
linked to the Charges Table by ID No (that has the counts per case, statue,
sentencing etc.) and then a Victim Witness Table also linked by id no (that
has the times the victim was contacted by a victim witness specialist - this
also has other stats I am keeping track of from that specific unit). I want
to make sure i create the right relationship and join type. I know my Case
Information table should be a parent table and the charges table and VW table
should be children tables. I haven't joined them yet because i want to
choose the right join type.

Should all of my tables (except lookup tables) also be saved as a query?

Should my lookup tables be linked in the relationships window even though i
have specified in the table to pull information from the lookup table?

I want to be able to auto populate the statue, crime name, and class of
felony that goes with the charge code for each count. i am not sure how to
do that (query?)

I hope this makes sense.


"Jeff Boyce" wrote:

These newsgroups provide very good support when it comes to specific
questions.

Your request, however, is much more general than the usual requests here.
While you may find someone willing to do this, it's a little like asking
someone to review your travel plans and tell you if you did well.

What, in particular, are you curious about concerning your database?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"lettyg" wrote in message
...
Good Morning. I just completed a database, I dont know how I pulled it
off
but it looks like I did with a reference book I read. Is anyone willing
to
take a look at it to give me some feedback? Not sure if that can be done.


.

  #7  
Old December 18th, 2009, 04:29 PM posted to microsoft.public.access.queries
lettyg
external usenet poster
 
Posts: 14
Default Database Feedback

Thank you for replying with your suggestions. I am going to take some more
time to review all the tables. Thank you!

"Duane Hookom" wrote:

I would not have any spaces in any table or field names. Your use of field
names beginning with "tbl " is confusing since "tbl" is generally used to
name tables.

Your [tbl FV Case Info] is not normalized. You are storing data in field
names such as [tbl Ddly Wpn Charged]. These should be values in a table of
case charges.

I would also pull out most of the dates and create a table of case dates.
This would have the primary key from the Case table, as well as date type and
date fields. You might also add a fields for comments associated with the
date.

Sorry to be so critical but you really need to spend some time studying
normalization.
--
Duane Hookom
Microsoft Access MVP


"lettyg" wrote:

http://cid-af7c698d9d142706.skydrive...s%20Window.jpg

I have a screen shot of my relationships table on my skydrive. Would you
mind taking a look and making suggestions.

Would you recommend to start entering data since i have all the rows and
tables i need or should i wait until i fix all these problems?

The forms seem to work good.
"Jerry Whittle" wrote:

Here's what I would check first.

1. Does every table have a primary key? If not, there's a problem.

2. Do tables have repeating data such as columns like Jan, Feb, Mar, or
anything else going across? If so, there is a problem.

3. Do records have repeating data such as the same person's name, address,
phone numbers in each record? That's a problem. You mentioned "felony that
goes with the charge code for each count" that could be a big problem if you
want to put that data into another table each time. It's better to just store
the primary key in one table as the foriegn key and use a query to gather up
all the data as needed.

4. Are you using Table Level lookup tables? That's usually a problem.

5. If you open up the Relationships window are the tables linked with
Referiential Integrity enables? If not, I start getting a BAD feeling about
the database.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"lettyg" wrote:

This database keeps track of our Domestic Violence Cases. I have three
tables that are associated and then many lookup tables.

I have a One to many table (Case information) this is my main table that
has the Case number and other case information (id no = primary key) this is
linked to the Charges Table by ID No (that has the counts per case, statue,
sentencing etc.) and then a Victim Witness Table also linked by id no (that
has the times the victim was contacted by a victim witness specialist - this
also has other stats I am keeping track of from that specific unit). I want
to make sure i create the right relationship and join type. I know my Case
Information table should be a parent table and the charges table and VW table
should be children tables. I haven't joined them yet because i want to
choose the right join type.

Should all of my tables (except lookup tables) also be saved as a query?

Should my lookup tables be linked in the relationships window even though i
have specified in the table to pull information from the lookup table?

I want to be able to auto populate the statue, crime name, and class of
felony that goes with the charge code for each count. i am not sure how to
do that (query?)

I hope this makes sense.


"Jeff Boyce" wrote:

These newsgroups provide very good support when it comes to specific
questions.

Your request, however, is much more general than the usual requests here.
While you may find someone willing to do this, it's a little like asking
someone to review your travel plans and tell you if you did well.

What, in particular, are you curious about concerning your database?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"lettyg" wrote in message
...
Good Morning. I just completed a database, I dont know how I pulled it
off
but it looks like I did with a reference book I read. Is anyone willing
to
take a look at it to give me some feedback? Not sure if that can be done.


.

 




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:00 AM.


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