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  

Design a database



 
 
Thread Tools Display Modes
  #1  
Old October 26th, 2004, 08:23 PM
Lou
external usenet poster
 
Posts: n/a
Default Design a database

I am trying to design a database where I enter cases on a monthly basis.
The person who put together the manual for this had a training on the
information already. The problem I am running into is with a field called
Elements and Nature Code. There are 5 Elements with element #'s 10, 11, 12,
13, 14. Some of the nature codes #'s a 1, 2, 3, 4. Some of the elements
will have some of the same nature codes,which are worded the same (Ex: 1 -
Did not match, 2 - Did not cooperate, 4 - Other). However, some of the
nature codes #'s that are worded differently also have the same number (2 -
Did not match information on screen). When creating a report. I would like
to list the elements along with the nature code #'s and description but am
running into a problem. I am told that it is too late to change the nature
code #'s. HELP
  #2  
Old October 27th, 2004, 03:15 AM
ChrisJ
external usenet poster
 
Posts: n/a
Default

Assuming the users select these codes from a list, then the list of codes
will either be hard-coded into the list/combo control, or resident in a
lookup table.

If they are hard-coded, you will need to create a table that maps the
existing codes to the ones you need for your processing.
If they are already in a table, then add a new column to the table to hold
your reporting codes

  #3  
Old October 27th, 2004, 05:44 AM
John Vinson
external usenet poster
 
Posts: n/a
Default

On Tue, 26 Oct 2004 12:23:03 -0700, Lou
wrote:

I am trying to design a database where I enter cases on a monthly basis.
The person who put together the manual for this had a training on the
information already. The problem I am running into is with a field called
Elements and Nature Code. There are 5 Elements with element #'s 10, 11, 12,
13, 14. Some of the nature codes #'s a 1, 2, 3, 4. Some of the elements
will have some of the same nature codes,which are worded the same (Ex: 1 -
Did not match, 2 - Did not cooperate, 4 - Other). However, some of the
nature codes #'s that are worded differently also have the same number (2 -
Did not match information on screen). When creating a report. I would like
to list the elements along with the nature code #'s and description but am
running into a problem. I am told that it is too late to change the nature
code #'s. HELP


I'd suggest a table with three fields: Element, Nature, and
Description. You can fill in the appropriate Description for each
combination of Element and Nature, and link this table to your query
by both fields to pick up the appropriate description.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 




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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Database Design for Inventory Control A P General Discussion 2 October 25th, 2004 12:51 PM
Images in a database Franz General Discussion 10 October 7th, 2004 09:35 AM
You do not have exclusive access... ERROR Robin General Discussion 1 July 6th, 2004 01:18 AM
Database design help Kirk Database Design 3 May 4th, 2004 05:31 AM


All times are GMT +1. The time now is 01:45 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.