Search results

  1. L

    rs.FindFirst help, re dates & time values

    Hi, I am stuck with the following part of my system code: Set rs = Me.Recordset.Clone [Time Of Appointment] = Dates.TimeOfBooking [Date Of Appointment] = Dates.DateOfBooking rs.FindFirst Format([Time Of Appointment], "hh:mm") & Format([Date Of Appointment], "mm\/dd\/yyyy") & "#" If Not...
  2. L

    Help With Access Project Please!!

    Hi All, I am developing a booking system for my final University project and have hit a stumbling block which I hope someone can help me with. Basically I have designed a daily appointment sheet with timeslots on, the is called ‘DiaryViewForm’, I have a form which has a pop-up calendar on to...
Back
Top Bottom