Search results

  1. C

    VBA Code - Help required

    Hi All, Really need some help with a simple booking database I have created, its all finished but I am no good when it comes to VBA and how to write code, would somebody be able to write some code for me to prevent double bookings? Attached is a copy of the database. The database is a...
  2. C

    VBA Code - Prevent double booking

    Hi All, Really need some help with code to prevent double booking in my database I was planning on using the BeforeUpdate function on the data entry form, the details are: I have a table called "BookingsT" it contains the following fields the code needs to work with: "RequestedDateFrom" -...
  3. C

    Password Protect A Form - Using a Module & Table

    Hi All, I am new to VBA with basic knowledge, I am trying to password protect a form - Its basically an admin switchboard that I want access limited to a few users, I have used this method: Link support.microsoft.com/kb/209871#appliesto the table contains the correct Keycode - I have...
Back
Top Bottom