Results 1 to 4 of 4

Thread: export to file

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Philippines
    Posts
    49

    Question

    how can i export to text tab delimited file a table from MS Access?

  2. #2
    Addicted Member
    Join Date
    Jun 1999
    Location
    Los Angeles
    Posts
    186
    Hi,

    Call the database and retreive a recordset.
    When you have the recordset do a for each field in rs.fields loop and put a tabulator between fields, then when you get the next record you need to add a chr(13) for enter and next record.

    Does this make sense? I'm ill today and maybe delirious!!!

    André

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Philippines
    Posts
    49
    hi

    your ill but youre surfing the net!!!...NET ADDICT!!!

    ha ha ha just kidding...

    anyway, ill tr it. thanks for replying.

    P.S.

    do you know how to put a hot key to a graphical command button. I wont be able to use the ampersand cos i didnt put any caption on the command button. i put picture instead (but i need to have a hotkey for it)

    thanks

  4. #4
    Frenzied Member mlewis's Avatar
    Join Date
    Sep 2000
    Posts
    1,226
    set the form's keypreview property to true, then test for the hotkey in the forms KeyUp/KeyPress event.
    M. Lewis
    Pi-Q Software
    How many mouse clicks does it take to cook breakfast?

    Blargh! I am dead!

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