Results 1 to 4 of 4
  1. #1
    sameerkadoo is offline Novice
    Windows 7 64bit Access 2002
    Join Date
    Jun 2012
    Posts
    6

    Help Needed on extracting tables from Access

    1. I am trying to extract table from Access in XML format. On completing the extraction, the XML dissappears from the folder where it was stored.....


    2. Also, How do i see SQL query for table in Access... the SQL view option is not seen in the ACCESS dropdown.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    Tables don't have an SQL view, only queries do.

    I have no idea why the XML file disappears. Show your code.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    sameerkadoo is offline Novice
    Windows 7 64bit Access 2002
    Join Date
    Jun 2012
    Posts
    6
    I fixed the XML problem. It now appears.
    I want to modify the date format when i export the data from access to XML...
    yesterday, i used the Format([mydate],mm/dd/yyy) As Mydate...... which worked for query, but is there any solution for table? to format data while exporting?

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    I don't think so, not if you are using import/export wizard or the DoCmd.TransferText. Unlike the Format function, the format property setting does not convert the data.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Help with Access Needed
    By lilygtg in forum Queries
    Replies: 3
    Last Post: 08-24-2011, 06:01 PM
  2. Replies: 1
    Last Post: 08-18-2010, 02:36 AM
  3. Replies: 7
    Last Post: 06-16-2010, 09:19 AM
  4. Joining Unioins output to tables? Help Needed
    By techexpressinc in forum Queries
    Replies: 4
    Last Post: 06-24-2009, 05:05 PM
  5. Extracting Database Schema From Access
    By ChloeRadshaw in forum Access
    Replies: 0
    Last Post: 01-29-2009, 04:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums