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

    Exclamation Access for recordig visits on a Daily Basis

    Hi all,

    I am stuck on what to do. No amount of reading or tutorials is helping as I'm still very new to Access.

    Here is the situation:

    1. I have volunteers visit clients on a near-daily basis.
    2. Each client is only allow a set total number of visits within a time frame.
    i.e. volunteer 1 visits client A for 300 visits for the year. volunteer 2 visits client B for 280 visits for the year.
    3. Total number of visits for each client must be met.

    I'd love some directions on how to approach this problem.
    I've made multiple tables: volunteers, clients. It just seems too crazy to make individual tables for each client as I have 50 total. There's got to be an easier way.

    Thanks in advance

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    I see a third table, with fields for client, volunteer and date (and whatever other fields might be appropriate. In your example above volunteer 1 would have 300 records in that table and volunteer 2 would have 280. It would be very simply to get counts by client, volunteer, etc.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    ketbdnetbp is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2011
    Location
    Midwest
    Posts
    254

    Just a thought...

    If you don't already have one, consider adding a VisitDetail table. Something like:

    tblVisitDetails
    VisitDetailID (PK)
    VolunteerID (FK)
    ClientID (FK)
    visitDate
    etc.

    That way, you'll be able to use queries to get your needed data.

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

    thanks!

    Thanks,

    I sure didn't know the trouble I was getting myself into when a friend suggested using Access. I'll report back on how successful I am with the suggestions given.

  5. #5
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    No problem, and welcome to the site!
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Importing to the same table daily
    By mrwistles in forum Import/Export Data
    Replies: 11
    Last Post: 04-11-2011, 01:46 PM
  2. Replies: 4
    Last Post: 01-13-2011, 08:34 AM
  3. Obtain the MAX values on a monthly basis
    By rajmns in forum Queries
    Replies: 1
    Last Post: 12-14-2010, 02:32 PM
  4. how to update data daily
    By periphery in forum Queries
    Replies: 1
    Last Post: 01-28-2010, 08:45 PM
  5. Daily Sign In form
    By JHansford in forum Access
    Replies: 2
    Last Post: 12-09-2009, 08:41 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