Results 1 to 3 of 3

Thread: Automate Access actions

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Cool

    How would I go about automating the export of an Access table to a dbase4 database? Any ideas?
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  2. #2
    Guest
    If you are in Access, and do not wish to use code, (VBA or VBx) you can perform the actions using a macro and the sendkeys command. I have a database where I do exactly what you want, except that I'm putting out RTF files from reports. In mine, I change the output name to reflect the differing targets of the reports. It works fine.

    With that said, for most professional developers/users, SendKeys is not the preferred way to perform these actions for may reasons including the following:

    1. Long, complicated strings cause Access to get lost.

    2. There can be thorny sequencing issues.

    3. The menu options can move. See Rename in Access2.0 vs Rename in Access97.

    4. Techno-snobbery. Anyone can do it with little or no experience, so it can't be any good.

    If you want, e-mail me at [email protected] and I'll send you a database example.

    Good Luck
    DerFarm



  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Hey anyone know?

    Anyone one know how to import export to dbase 4 through access? Something I read said something about transfer spreadsheets, but...

    I still don't get it.

    H E L P ! ! !
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width