Search results

  1. Z

    DoCmd.TransferText

    I'm using VBA and DoCmd.TransferText with a specification file to import data from a csv file into a table. The table has an indexed field, No duplicates. Initial run is ok. Importing the same csv file the second time, generates an MS Access build-in message which is correct as it conflicts...
  2. Z

    Method or data member not found

    Hi, I have a Form with a subform. I'm trying to do the following in the Form Load event. me.frmOrderSubForm.Recordsource="Select * from tbl_Order" which gives me the error: Method or data member not found. I have set all the reference for DAO 3.6 and Access 11.0; but still having the error...
Back
Top Bottom