Search results

  1. E

    Combo Box Reference issue

    I have a combo box I am using to fill bound text fields but for some reason it is only filling the first 2 text fields. Here is my code not sure what the issue is. I have modified it many times and cannot get it to poplulate the other fields. Private Sub ccbo_AfterUpdate() Me.Customer.Value =...
  2. E

    Import Specific Cells from Excel to Access

    I need of a little help on this code. It is suppose to import a specific cell into a specific column of my table. (eventually i want this to go through several excel files, small steps LOL) Here is my code (using access 2007 going to 2003 excel files) Sub ADD() Dim myRec As DAO.Recordset Dim...
Back
Top Bottom