Search results

  1. C

    Code Help

    I have this code which runs my query and opens the results in a separate form.. Any ideas why this code won't work on 2010? (I'm using 2013 but need it to run in 2010)
  2. C

    Code Help

    Hey, sorry I didn't know where to post this so thought I'd do it in the general thread. I'm a beginner to Access and not done coding before, my mate helped me with some code to use in my database for a hotel booking system. The code I got is: Private Sub Command35_Click() On Error GoTo...
  3. C

    Preventing Double Booking for a Hotel Room

    Hi, I'm currently building a database for a hotel as part of my Uni course. I've managed to get a simple database going but I can't work out how to get the room availability to change when a new booking is made, so that the room becomes unavailable to re-book on the dates its booked for. The...
Back
Top Bottom