Results 1 to 5 of 5
  1. #1
    phineas629 is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2011
    Posts
    47

    forms and subforms

    I have the following tables.



    • person
    • client
    • counselor
    • service
    A person can be either a client or counselor. There are service sessions where clients and counselors meet. How should I set up my SERVICE form in order to display client's name and counselor's name? It's easier to use names rather than the number filing system I've used in their respective tables. I'm trying my best to normalize my database as it will grow. I just don't want to cut out the person table and have personal info in a client table as well as a counselor table.

    Thanks in advance

  2. #2
    TheShabz is offline Court Jester
    Windows XP Access 2003
    Join Date
    Feb 2010
    Posts
    1,368
    Is there any extra info that is held in the client and counselor tables or are you merely using them to differentiate between the two? If the former, we would need more info as to what exactly you want done on your Service form. If the latter, then you can simply create 2 extra fields, IsClient, and IsCounselor, and use them as indicator fields, making your form pretty straightforward.

  3. #3
    phineas629 is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2011
    Posts
    47
    Thanks for replying,

    My database is pretty basic so far. Eventually I will have more tables for our Nurses, Management, Janitors, etc.

    In regards to my current tables, the extra info in both tables are numbering systems unique to clients(i.e. 03266666) and counselors (i.e. AAA6456660). These numbers have real-world significance in our place of work.

    The problem is that I will only see the unique numbers and not the people's names once I design the forms. You can see how troublesome it is to remember names vs numbers. Ha ha.

    Thanks again

  4. #4
    TheShabz is offline Court Jester
    Windows XP Access 2003
    Join Date
    Feb 2010
    Posts
    1,368
    If that's the only problem then you need only create a query that shows both ID and the name (from the main table) then bind the form to that query, instead of the table. Now you have both to choose from.

  5. #5
    phineas629 is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2011
    Posts
    47
    THANKS TheShabz

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

Similar Threads

  1. Forms- Subforms trouble
    By Mounds in forum Forms
    Replies: 22
    Last Post: 09-22-2011, 07:26 AM
  2. Forms Subforms Enter Parameter Problem
    By GenericHbomb in forum Forms
    Replies: 3
    Last Post: 08-02-2011, 10:17 AM
  3. Forms and Subforms Problem
    By desibabu90 in forum Forms
    Replies: 33
    Last Post: 07-19-2011, 10:48 AM
  4. Help with Forms and Subforms
    By xstaceyid in forum Forms
    Replies: 1
    Last Post: 04-21-2011, 02:14 PM
  5. Replies: 2
    Last Post: 03-14-2011, 07:56 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