Search results

  1. B

    exporting a table to excel using a doCmd

    I have a module but I am unsure if it is completly correct. Dim rst As DAO.Recordset Dim ApXL As Object Dim xlWBk As Object Dim xlWSh As Object Dim fld As DAO.Field Dim strPath As String Const xlCenter As Long = -4108 Const xlBottom As Long = -4107 On Error...
  2. B

    Runtime Error '91'

    I am trying to pull multiple fields from a ListBox to create individual records. I keep getting the runtime Error. Here is my code: Private Sub Command30_Click() Dim strSQL As String Dim db As DAO.Database Dim rs As DAO.Recordset Dim ctl As...
  3. B

    Hey everyone

    Hey, My name is Matt. I am somewhat new to Access but have some experience with it. I am looking forward to learning more and more. I am from Minneapolis.
  4. B

    Question Mass Append

    So I am building a database to track PTO. I already have a form set up with an append query but what I want to do it use a list of check boxes to create mass appends incase a large group of people leave, Holidays, etc. Instead of having to do them individually. I am wondering if this would be...
Back
Top Bottom