Search results

  1. R

    Preventing Double Bookings - CODE NEEDED!

    Hello everyone, I'm having some significant difficulties with a simplistic database I have designed for a hotel scenario. I want my database to automatically prevent double bookings from occurring (and also inform the user that the double booking has been prevented) and due to my lack of...
  2. R

    Understanding what stuff means

    What do the following things mean: If Not rst.EOF Then 'there is a clash Me.Undo Else ' there is not a clash End If Set rst = Nothing
  3. R

    What does rst! or rst mean?

    What do these mean: rst! rst
  4. R

    Booking Screen! - HELP PLEASE!

    Hello everyone - new user here and a complete Database/Access novice. I have some rather troubling issues with my work and I was hoping this wonderful community could resolve these issues. I have a Database with four tables (Property, Buyer, Viewings and Agents), two forms (Search Screen and...
Back
Top Bottom