Results 1 to 8 of 8
  1. #1
    Amen is offline Novice
    Windows 7 32bit Access 2002
    Join Date
    Sep 2013
    Posts
    19

    Database design: data entry

    i need to enter these data an example is an image below...im not sure how to enter those data in my design view...





    can someone share some lights here

    Click image for larger version. 

Name:	dbdesign.jpg 
Views:	19 
Size:	17.5 KB 
ID:	13900

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    You don't enter data in design view.

    Create a table that replicates that structure. Then enter data in Datasheet view.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Amen is offline Novice
    Windows 7 32bit Access 2002
    Join Date
    Sep 2013
    Posts
    19
    Hi June..yes you correct...but that was not i meant..

    since the datatype is "Yes/No"... and im not quite sure which way to enter it..
    do i have to enter each service like this


    Fieldname
    Do you have yourTea Spoon ---> Yes
    Do you have your Tea cups --->yes
    Do you have your Tea litres --->No
    Do you have sugar for last 3 months-->NO

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Table with 3 fields of name and type:

    Service (text)
    Tea (Yes/No)
    Sugar (Yes/No)
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    Amen is offline Novice
    Windows 7 32bit Access 2002
    Join Date
    Sep 2013
    Posts
    19
    hi

    what about spoon,cups and liters...do i have to create it also?

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    After another look at your example, not really making sense. Is this a real database you need or a hypothetical scenario? What are spoon, cups, liters - units of measure? What exactly is this database supposed to be for?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  7. #7
    Amen is offline Novice
    Windows 7 32bit Access 2002
    Join Date
    Sep 2013
    Posts
    19
    i used that as an example...those a service providers to patient...i want to track those patients who a provided the service in the last 3 months.the final description is shown below..how can i create the database for this table.

    Click image for larger version. 

Name:	tester.jpg 
Views:	7 
Size:	20.2 KB 
ID:	13926

  8. #8
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Examples reflecting the true situation are always better.

    The field for each "Have you ..." question would be a Yes/No type. This is still not a truly normalized data structure. If you want to add more question, have to modify table, queries, forms, reports. Normalized would be:

    tblAnswers
    PatientID
    ServiceID
    QuestionID
    Response

    However, it is a balancing act between normalization and ease of data entry/edit. If you expect to never (or not for a very long time) have more than those two questions, then your structure might be adequate for your needs.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 5
    Last Post: 08-12-2013, 12:53 AM
  2. Replies: 1
    Last Post: 05-13-2013, 10:55 PM
  3. Replies: 1
    Last Post: 10-28-2012, 02:54 PM
  4. Help with database design Many-to-Many and data entry
    By fftempest in forum Database Design
    Replies: 2
    Last Post: 03-19-2011, 08:44 AM
  5. Database Design / Data Entry
    By benjammin' in forum Access
    Replies: 1
    Last Post: 12-30-2010, 09:35 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums