Search results

  1. C

    combo box selected item

    hi i have two question first: i want to use a macro in Visual basic 6, which macro select each item of my combobox step to step, my problem I cant set the selected item in combo box? two: how can i get the rows from my table from first to last and put to variable? thanks cheaster
  2. C

    using schema.ini

    hi i wrote a macro which write a table datas to csv file and i would like to use a schema.ini but this row doesn't work: DoCmd.TransferText acExportDelim, "C:\p\Schema.ini", "t_le", "C:\p\sz.csv", True the error message said: this string specification isn't. a tried DoCmd.TransferText...
Back
Top Bottom