Results 1 to 4 of 4

Thread: Problem with DATABASE

  1. #1
    Join Date
    Dec 2008
    Posts
    6

    Problem with DATABASE

    Hi Developers,

    I have a database made in Access with all the much needed stuff,there are relationships between tables , some tables with some genuine and also created data. Currently i am working on the idea of breaking down data, removing duplicates etc in simple words Normalization.

    So my question .... is very much general .....if I have a Order table which consists of Product ID, Sales person ID, Delivery Priority ID and Delivery Date and another table which is called Delivery Priority with the values of Delivery Priority ID and Delivery Priority.

    Both the tables are linked through the Delivery Priority ID key.

    Now if the Delivery Priority table has values like:

    Delivery priority ID, Delivery Priority
    • Very Low
    • Low
    • Medium
    • High
    • Very High


    When the user is filling out the data in the Delivery form and they get to the delivery priority part will they input keys like 1,2,3,4 or 5 or will they have to input data like Very Low, Low etc ????

    Suppose sometime later I want to change the state name from 'Very High' to 'Important' Will I have to go through each record in the Delivery form and change it from Very High to Important?

    Thanks

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Problem with DATABASE

    Try to make use of the dropdown list the user do not have to enter anything let them make a choice once the numeric Delivery Priority ID is inserted into the Delivery table, and you can go ahead and change the description of the Delivery Priority any time you want with no further change to any existing Deliveries.


  3. #3
    Join Date
    May 2008
    Posts
    2,297

    Re: Problem with DATABASE

    Thanks for your prompt help buddy .....

    Can you resolve this for me .... how would a user know which id number is which delivery priority id? For example if a user enters some information in the delivery form, and they get to the delivery priority part (drop down list) will the list include 1 to 5 or the actual text?

    Thanks in advance.....

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: Problem with DATABASE

    The user will see both ......the dropdown list will show the user the descriptions, but use the ids under the covers... and whenever he selects he will select the id's(1,2,3,4,5)...

Similar Threads

  1. image database display problem
    By mutago in forum Software Development
    Replies: 1
    Last Post: 03-02-2012, 12:09 AM
  2. SQL problem if tuple is already in the database
    By Macbeth in forum Software Development
    Replies: 4
    Last Post: 17-11-2009, 09:02 PM
  3. Problem while database connection in java
    By Jagriti in forum Software Development
    Replies: 3
    Last Post: 17-11-2009, 11:32 AM
  4. Problem With SQL Database
    By Kusagra in forum Software Development
    Replies: 3
    Last Post: 26-03-2009, 02:06 PM
  5. Database relationships problem
    By Barny in forum Software Development
    Replies: 4
    Last Post: 05-01-2009, 09:05 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,103,315.63891 seconds with 16 queries