Results 1 to 2 of 2

Thread: Exporting intelligently

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2007
    Posts
    83

    Exporting intelligently

    Hi ppl,
    Working in ms access, i have tables storing details of assignments and people who are assigned for these jobs.

    What i want to do now is to be able to export these data to an Excel sheet and present it into useful information
    -> display a 'planning sheet' filled with data coming from my db.

    I have never ventured in this before and would like to know more about the feasibility of this thanks to your past experience and realization.

    Thanks a lot.
    MintFlavor

  2. #2
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950

    Re: Exporting intelligently

    DoCmd.TransferSpreadsheet ... is the usual way. You can transfer data from a table or a query.
    If you want the Excel sheet to look pretty or if you have other requirements for it, you may instead want to create an Excel object through VBA & manipulate it that way.
    Alternately, you could use Excel to import your Access data.
    Tengo mas preguntas que contestas

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