Results 1 to 4 of 4
  1. #1
    cmbruce22 is offline Novice
    Windows 8 Access 2013 32bit
    Join Date
    Jan 2018
    Posts
    2

    New to Access

    Am new to Access -using 2013. Goal is to import a file into access table and produce a file for a template to load into another system (export to Excel).



    Have table of data - would it be best to create query with the required output fields or a report? There will be many fields in the output report which will be blank but must have the field included to import into the other system.

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    A query probably adequate for the situation.

    What file are you importing into Access? The 'other system' is Excel?
    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
    cmbruce22 is offline Novice
    Windows 8 Access 2013 32bit
    Join Date
    Jan 2018
    Posts
    2
    Am importing Excel with some of the output fields - how do I add fields to a query which are not in the connected table?

    The import Excel files has 39 columns whereas the output will have 52 columns. The additional columns will need the headers and be in a specific format.

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Create fields in query with an expression, example:

    SELECT field1, field2, Date() AS fieldW, Null AS fieldX, 0 AS fieldY, "N/A" AS FieldZ FROM tablename.
    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.

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