Results 1 to 2 of 2
  1. #1
    ictcrystal is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Mar 2015
    Posts
    21

    Cancel appointment

    Hi

    I wanted to know how i could create a form that cancels an appointment i guess through a query..

    can someone give me some advice please


    Thank you




    ps i have posted this on another forum but have no replies

  2. #2
    Ruegen's Avatar
    Ruegen is offline VIP
    Windows 8 Access 2010 64bit
    Join Date
    Jul 2013
    Location
    Australia
    Posts
    1,496
    Quote Originally Posted by ictcrystal View Post
    Hi

    I wanted to know how i could create a form that cancels an appointment i guess through a query..

    can someone give me some advice please


    Thank you


    ps i have posted this on another forum but have no replies
    When I do databases I want to know when something was cancelled and have a record of the booking but still have it cancelled.

    I usually make a date field in the table and call it "Cancellation" (I attach the table name so the field will have "Booking_CancellationDate" because I have several different tables, it helps later in programming)

    Then I put a button on the form that when pressed (and I put a yes/no pop up question for the user) it puts a date in the field using VBA. e.g. me.CancellationDate = date()

    Then whenever I query I make sure that the cancellation field is "null" - because if it isn't null then it is cancelled and has a date in it

    This helps out because I know when it was cancelled

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

Similar Threads

  1. Replies: 5
    Last Post: 05-27-2014, 02:44 PM
  2. Appointment Due
    By cheechootrain in forum Access
    Replies: 8
    Last Post: 05-20-2013, 06:25 PM
  3. Appointment Generator
    By cheechootrain in forum Access
    Replies: 15
    Last Post: 04-23-2013, 12:37 PM
  4. Appointment scheduler
    By cheyanne in forum Forms
    Replies: 1
    Last Post: 06-03-2012, 07:29 AM
  5. Appointment Calendar Scheduling
    By IdleJack in forum Access
    Replies: 4
    Last Post: 08-18-2011, 07:29 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