Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AndyWallace1

    Duplicating records using access 2002 VBA

    OK.... Still in need of a little help here. I've had an attempt at coding this section and here's what I have so far: Private Sub Block_Bookings_Click() On Error GoTo err_Block_Bookings_Click Dim rec As Recordset Dim interval As String Dim blocks As Integer Dim days As Integer Dim X As...
  2. AndyWallace1

    Duplicating records using access 2002 VBA

    OK... I've looked at your pseudo coding above and there's a couple of functions I don't understand. In particular I'm referring to 'addNew' and 'populate fields'. Are these functions you've already created? If so please display the coding. Based on the info you supplied I modified the pseudo...
  3. AndyWallace1

    Duplicating records using access 2002 VBA

    Thanks for the tip. Sorry about not getting this until today but been on holiday. Not tried it yet (got an MS-Blast virus to irradicate 1st), but will let u know how I get on. regards
  4. AndyWallace1

    Duplicating records using access 2002 VBA

    I'm in the process of creating a booking system for the company projectors and laptops. The main form works fine for individual bookings, but I want to include block bookings, where, for example, a user can book an item one day a week for a given number of weeks. All I need is shown how to grab...

Part and Inventory Search

Back
Top