Search results

  1. B

    Editting table records from form

    Im trying to create a customer details form that will take two user inputted dates (txtbookingstart and txtbookingend) and a room no. Then on the click event, edit the customerid field in the appropriate records in a different table "booking". Here is my code so far: Private Sub...
  2. B

    HELP! Report, or Spreadsheet?

    I am trying to display a calendar type form, cross referenced with room numbers (for the hotel where I work). I have got the table with a date field and roomNo being a composite key. I need the date along the top and roomNo down the side, and a booking ID field displayed in the intersecting...
  3. B

    Please Help! VB being arsey!!

    I am trying to create some code that, when command button clicked, records created in an existing table. I have two text boxes, startdate and enddate. In the table there are two fields, date and roomno. I want the code to enter a record for every date between the two text boxes, and for each...
Back
Top Bottom