Search results

  1. C

    How to copy data from an excel cell into a field in access table

    Thanks. I tried to navigate the website for an excel forum but did not find one. Do you have a link you could share?
  2. C

    How to copy data from an excel cell into a field in access table

    So I am trying to type data into cell B9535 in excel and use an ActiveX submit button to have this data appended to a table called 'tblImport' in Access to the Field called 'SalesOrderID' Here is the code: Private Sub Submit_Click() Dim dbConn Set dbConn = CreateObject("ADODB.Connection")...
Back
Top Bottom