Search results

  1. T

    Populating listbox with MS Access table

    I have the following code to populate a listbox in Outlook from an MS Access database table ------------------------ Dim db As DAO.Database Dim rs As DAO.Recordset Dim strSQL As String Dim rsArray As Variant strSQL = "SELECT tbl_PJ_Project.PJ_Name...
Back
Top