Page 3 of 3 FirstFirst 123
Results 31 to 35 of 35
  1. #31
    REAPER_110 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Apr 2011
    Posts
    30
    ok will mark as solved. One more question please?

    I forgot to mention I did experience as follows:-

    tblExperience
    -pkExpID
    -fkClientInterviewID
    -txtDirectExp
    -txtTransExp
    -fkWorkExpLvl

    tblWorkLvl
    -pkWorkExpLvl
    -LvlID
    -txtLevel

    Does the structure of that look ok??

    Is it ok to keep you posted on how I am doing??



    Kind Regards,
    Andrew.

  2. #32
    jzwp11 is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    Since experience is still experience whether it is direct or transferable, I would just have 1 field to record the experience and then another field that says what type (direct or transferable).

    tblExperience
    -pkExpID
    -fkClientInterviewID
    -txtExperience
    -ExperienceType
    -fkWorkExpLvl

    If you anticipate that you may have other types of experience in the future, you could consider having a table of types and then reference it with a foreign key in the experience table

    tblExperience
    -pkExpID
    -fkClientInterviewID
    -txtExperience
    -fkExperienceTypeID foreign key to tblExperienceTypes
    -fkWorkExpLvl

    tblExperienceType (2 records for now: direct, transferable)
    -pkExperienceTypeID primary key, autonumber
    -txtExperienceType

    Is it ok to keep you posted on how I am doing??
    Absolutely!

  3. #33
    jzwp11 is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    Per your PM, I am attaching the user login demo database. I've removed the user combo box and replaced it with a text box so that the user is forced to put in their user name.

  4. #34
    REAPER_110 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Apr 2011
    Posts
    30
    Hi Greg,

    Again, thank you for helping me out

    Kind Regards,
    Andrew.

  5. #35
    jzwp11 is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    You're welcome

Page 3 of 3 FirstFirst 123
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Storing information from combobox in table
    By michaelb in forum Forms
    Replies: 4
    Last Post: 05-04-2011, 09:42 AM
  2. generic information for table population
    By TheShabz in forum Access
    Replies: 3
    Last Post: 04-25-2010, 10:40 PM
  3. Replies: 9
    Last Post: 02-19-2010, 12:07 PM
  4. Replies: 4
    Last Post: 09-03-2009, 02:01 PM
  5. Replies: 0
    Last Post: 11-11-2008, 07:15 AM

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