Search results

  1. L

    Convert to CrystaReport format

    Hi, yes I've seen it, but it's not very good ... Regards Leonard
  2. L

    Convert to CrystaReport format

    Hi to all, I need to convert some Access2010's reports to the Crystal Report format. I've seen that exist a commercial tool with the name of "AccessWhiz"; is this tool good ? There are other good tools, possibly free ? I need to import the Access2010 reports into a VB project and I want use...
  3. L

    Access2016 and dbase iii

    Hi, thanks I've resolved :). I've made an update of A2016 (File->Account->Updating_options) and now the VBA command works fine; futhermore I see "File dBASE" import icon when i select the "External data" tab (under "Others"). Regards Leonard
  4. L

    Access2016 and dbase iii

    Hi, thanks for your reply; so which is the solution of my problem ? Must I get Office 365 ? Can I use a different VBA command ? Regards Leonard
  5. L

    Access2016 and dbase iii

    Hi to all, I've just installed A2016 and I want to link to dbase_III table from VBA code: DoCmd.TransferDatabase acLink, "dBase III", Path, acTable, Name + ".dbf", Name, False the command fails and Access show me the message: run-time error 2507 "dbase III non è tra i tipi di database...
Back
Top Bottom