Results 1 to 6 of 6
  1. #1
    Mmoney13 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2014
    Posts
    1

    I've completed thru #3....

    Does this look right? Do I have 3c correct? When i create a new tbl for Billing Addresses how do I pull in fields from existing tbl??Always_inwork.zipFinalExam_Instructions.pdf

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,598
    Suggestions:

    Don't use spaces or special characters/punctuation (underscore is exception) in field names. This follows the convention used in the original two tables. The actual field names do not have spaces, although the captions do.

    ServiceID in tblService could be Autonumber.

    Open the Relationships builder and establish appropriate joins and properties as described in the assignment.

    You have repeated the service types in tblService. Each service should be a unique record (not considering the primary key for record uniqueness). For example, records 3 and 4 are duplicates and should be only one record. Same for 7 and 8, 9 and 10, 12 and 13. Will then have to correct the records in tblServiceCall. For example, records 9 and 10 should both have the same ServiceID number. Understanding reason for this is basic to understanding concepts of relational database and data normalization. Actually, correct this data before building the Relationships.

    Billing address should not be the same as the service address and should not already be in tblCustomer. Only those clients that have a different address for billing should have records in tblBillingAddresses. The assignment shows 3 records for this table. This is a data entry task to create the 3 records.
    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
    trevor40's Avatar
    trevor40 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Feb 2014
    Location
    Australia
    Posts
    407
    Why is it that everybody says don't use spaces in field names?

    they seem to be a lot better to understand?
    Just use [ ] to contain the field name anyware it's used,

    me.[first name field for employee]
    me.firstnamefieldforemployee
    me.first_name_field_for_employee

    1000 ways to skin a cat, allways looking for another one...
    Use MDB format for sample post. If your issue is fixed, mark the thread solved.
    Click on the star below if this has helped.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,598
    Because you have to remember to always type the [] in code and in query expressions. I am lazy and forgetful. I like the name as a single unbroken string, like variables in code.

    And that's the convention the instructor for this assignment used.
    Last edited by June7; 03-31-2014 at 05:00 PM.
    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
    trevor40's Avatar
    trevor40 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Feb 2014
    Location
    Australia
    Posts
    407
    So it's a personal thing more so than anything else. I just think that it should be up to the individual.

    actually after looking at the asignment it has a mixture of name types for fields and single part names for table and form names.

    I'm allways checking for those [brackets] and in general I allways put them in.

    Anyway for your assignment I will only give general advice, the rest is up to you.

    Use the built in help from the access interface and also use the built in help from the VBA interface.

    Microsoft provides help online for all functions operations of access without any bias towards any preferences prefered by some users. including mine!

    Back to basics, table design first then onto the rest of the DB.
    normalise the tables prior to creating any queries, forms or reports.
    use debug and the imediate window for checking results and tests

    1000 ways to skin a cat, allways looking for another one...
    Use MDB format for sample post. If your issue is fixed, mark the thread solved.
    Click on the star below if this has helped.

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,598
    I did say it was a suggestion and yes it is personal choice. I also think less experienced developers will have fewer frustrations if they follow that guideline.

    The two tables created by the instructor were tblCustomer and tblAccessPlan. None of the field names have spaces.
    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. Completed tasks
    By tfanara in forum Access
    Replies: 3
    Last Post: 08-21-2013, 02:29 PM
  2. Add pictures to a completed project
    By kcmiuser in forum Access
    Replies: 3
    Last Post: 08-16-2013, 05:33 AM
  3. Replies: 9
    Last Post: 06-15-2012, 11:05 AM
  4. Completed Database - Packaging?
    By AccessFreak in forum Database Design
    Replies: 1
    Last Post: 01-10-2011, 12:06 PM
  5. Replies: 0
    Last Post: 09-01-2009, 12:33 PM

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