Consulting

Results 1 to 4 of 4

Thread: How do I create a messagebox prompt for scheduling a timetable booking?

  1. #1
    VBAX Mentor
    Joined
    Aug 2010
    Posts
    457
    Location

    How do I create a messagebox prompt for scheduling a timetable booking?

    I have a combo box with different start and end times for a scheduling booking service for members to hire out the gym at 3 different locations...however I would like to create a prompt message box whenever the user tries to schedule a booking for a client and the time slots of the different venues have already been booked by someone else. So, the user doesn't book a client when the facility is already hired out by someone else. Can this be done using access 2007 on a form format using vba or macros? If so, how can this be done? I don't mind creating a simple feature using macros or if needs be ussing vba...I am still relatively new to vba especially complex coding...


    Thanks for your solutions.


  2. #2
    See if this helps:

    Clashing Events/Appointments
    Boyd Trimmell aka HiTechCoach
    Microsoft Access MVP -2010-2015

    Programming: Nine different ways to do it right, a thousand ways to do it wrong.
    Binary--it's as easy as 1-10-11

  3. #3
    VBAX Mentor
    Joined
    Aug 2010
    Posts
    457
    Location
    This is good stuff...thanks :-)

  4. #4
    You're welcome!

    Good luck with your project.
    Boyd Trimmell aka HiTechCoach
    Microsoft Access MVP -2010-2015

    Programming: Nine different ways to do it right, a thousand ways to do it wrong.
    Binary--it's as easy as 1-10-11

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •