Search results

  1. C

    Transfertext won't work after Access 2K to 97 conversion

    I created an application in Access2, which through a macro, automatically imported text. The office updated to Office 97, and I converted the application to Access97. The transfer would work once maybe twice and then I would crash. I tried on different machines, thinking it may be memory or...
  2. C

    Access QueryDefs, Functions and Excel

    I hope you already found the answer to your question but if not, is it possible that the module must be written in excell? Even though, I use Office, I am only familiar with Access coding. But from what I have read, Office mechanics are interchangeable but not 100%. Try pasting the module to...
  3. C

    VBA coding

    I love working with Access. I have migrated from Access2 to Access97 and now I work with Access2000. I have no problems with queries, forms, macros, but I would like to move to VBA. I have several books on VB, and the coding is fine, but not enough to help me with VBA. What I find very...
  4. C

    import text file macro

    A macro takes all the individual steps you need to complete a task and performs them through one command (the macro). List the steps for your process. Be very specific. Like Open table, delete records, close table, append new records, etc. Decide if you need to create delete or append queries...
Back
Top Bottom