CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Posts
    2

    Appointmet booking

    Hi,

    I am looking for some help please. I am not the best at coding but I am trying to create an appointment booking desktop application using VB.Net 2008 and an Access database. I would like to be able to create a booking and then check availability to confirm that an employee is available etc but just not sure where to start. I have an Employee table, a Customer table and a Booking table. Any help with regard to checking availablity, how to get started etc would be greatly appreciated.

    Thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Appointmet booking

    Sounds like homework, and we don't do homework for other people.

    If you search for VB.NET ACCESS DATABASE you'll find more than enough samples.

    You change code around to use YOUR tables.

    Then, if you run into problems, post what you have, the error line, and THEN we can help.
    Code:
    '  Use CODE TAGS also
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Tags for this Thread

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured