Results 1 to 12 of 12
  1. #1
    scoobz1234 is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2012
    Posts
    41

    Using access to schedule help

    Good Morning!



    I am trying to figure out how to (if possible) to create an Event Table and from that 2 Forms and Report.

    TblEvents = an Events table
    FrmCreateEvent = to add events to TblEvents
    FrmSchedule = i would like this form to be able to have people entered to "schedule" them to attend an event listed in TblEvents
    RptAttending = Report to show events and whose attending.



    (in the Rpt it will have to show several things about the personnell. i have another Tbl that has all this information located.)
    im not asking anyone to do this for me, maybe a little help or a point in the right direction.

    thank you in advance for all your help!

  2. #2
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    Here is an example of table structure you can get ideas from, it is a scheduling db.

    EventID PK
    EventDescrip Description of what this event is
    EventStart First occurance of what event is
    RecurCount How many times event will recur.0 for one-off event. Leave blank if opend ended
    PeriodFreq Type of period for recurrences (day,month,year)

    tblEvent
    ________________________________________________
    EventID PK
    InstanceID Number Instance number.Zero for original.Comb of EventId+CountID must be unique
    InstanceDate Date instance is to be rescheduled
    IsCanned number Checked box indicates this instance is cancelled
    InstanceComment Why it was cancelled/rescheduled

    tblEventException

    __________________________________________________ __

    CountID Pk Unique number. Used for Cartesian product queries.

    tblCount
    __________________________________________________ __

    PeriodTypeID PK (text) Unique code for field as defined by DateDiff() 4 Charac Max
    PeriodType Text Unique name for this period type 24 character max.
    SortOrder Number Lower numbers sort first.

    tblPeriodType

  3. #3
    scoobz1234 is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2012
    Posts
    41
    Wow, i am so confused. What is all that information you posted? i don't believe i have been subjected to code/information like that yet. thank you for your response though!

  4. #4
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    It was simply to show you how a scheduler db can be setup. This structure is one that I currently use. Sorry if it confused you. I gave you the table names, and fields with explanations. Good Luck with your project.

  5. #5
    scoobz1234 is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2012
    Posts
    41
    no reason to be sorry at all, thank you for your help! im still a beginner with access and i appreciate your help.

  6. #6
    GeminiJoy is offline Novice
    Windows 10 Access 2016
    Join Date
    Jun 2016
    Posts
    3
    Hi Burrina,
    Sorry to bother you but it looks like you might be an expert and I'm having problems working with Allen Browne's recurring tasks database. It looks exactly how you have it above. However I am totally lost when it comes to querying his Cartesian query product. I need to query which tasks are due in the next 30 day, which are overdue, etc. My queries don't work when I try to query his existing query. Anyways the query I started is called 1-testdue . If you have any time to look at it I would be most appreciative. The file is on my Google Drive Here: https://drive.google.com/file/d/1-8W...ew?usp=sharing
    Thanks for taking the time to read this and for any information you can provide

  7. #7
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Post 6 was moderated, I'm posting to trigger email notifications.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  8. #8
    davegri's Avatar
    davegri is offline Excess Access
    Windows 10 Access 2016
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,407
    Scoo, here's a db for scheduling events. 3 tables, one for events, one for participants and another to link the former two. Includes reports and maintenance forms for the events and participants. Complete solution, VBA with no embedded macros.
    Generic-EventsSchedule V001.zip

  9. #9
    GeminiJoy is offline Novice
    Windows 10 Access 2016
    Join Date
    Jun 2016
    Posts
    3
    Thanks for responding! This is a great tool for scheduling davegri but I need to specifically track recurring events for auditing purposes.
    For example, I need to do a certain task every month or quarter.
    I'm looking for a system (like Outlook which we can't use for management reasons) that will allow me to enter repeating events based on a time pattern (weekly, quarterly, every 6 weeks, every 10 days, etc.). Then I need to be able to query those event's, which would be easy if each record was it's own but with the cross join (cartesian) query I can't figure it out.

    Allen Browne explains more about it here http://allenbrowne.com/AppRecur.html however he doesn't complete each event, he only records the exceptions to the events which is a nice bonus but not exactly fulfilling my needs. I was hoping to just tinker his database.

  10. #10
    davegri's Avatar
    davegri is offline Excess Access
    Windows 10 Access 2016
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,407
    Thanks for responding! This is a great tool for scheduling davegri but I need to specifically track recurring events for auditing purposes.
    Sorry it won't work for you. It totally meets the requirements stated in Post #1, but post #9 describes a quite different animal.

  11. #11
    GeminiJoy is offline Novice
    Windows 10 Access 2016
    Join Date
    Jun 2016
    Posts
    3
    Yeah sorry I'm new I was hoping to trigger a response from burrina but I should have posted a new question I guess. That's what I get for trying to follow rules lol

  12. #12
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Burrina hasn't posted in years, so perhaps has other interests now. A new thread specifying your needs would probably attract more attention.
    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. Schedule Report... maybe?
    By BusDriver3 in forum Reports
    Replies: 18
    Last Post: 01-08-2017, 04:05 PM
  2. Replies: 4
    Last Post: 06-04-2012, 11:09 AM
  3. Tape Schedule
    By Vusi in forum Forms
    Replies: 6
    Last Post: 09-06-2011, 08:23 AM
  4. Time Schedule display in access
    By snoopy2003 in forum Database Design
    Replies: 3
    Last Post: 03-23-2011, 04:41 PM
  5. Replies: 1
    Last Post: 05-02-2010, 05:09 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