Results 1 to 2 of 2
  1. #1
    krymer is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2008
    Posts
    9

    Database Query - Need help

    Hi,

    I am trying to create a database for converting currency settlement instructions from one format into another. Just a little background information; At work I use two different mainframe systems to add settlement instructions to. Unfortunatley the format for these same instructions is different in each system. Here is just an example of what I mean, it isn't exact but just illustrates the differences.

    Ex. Mainframe 1 format:
    Agent ID
    /AC Number


    Custodian ID


    Ex. Mainframe 2 format:
    AC Number
    Custodian ID
    Agent ID

    I receive a weekly exception report that shows instructions that have failed to feed from one system to the other because of the formatting being incorrect. Currently, I have to take these instructions from the one system and manually change them so that they match the format for the 2nd system. This is formatted in excel so that it can be bulk uploaded into the mainframe. We have several thousand instructions that need changing, so I would like to create this in Access 2007, instead of Excel. I would like to have a database where I can load the report I receive into the database, run a query to convert the instructions into the correct format for the 2nd mainframe and possibly be able to export the query results into an excel spreadsheet. I still have to get more details on the information I need, but without getting into too much details, is this something that is possible to do using a query? Any rough ideas what this might look like in Access with the limited details I have provided so far?

  2. #2
    edakhi is offline Novice
    Windows XP Access 2003
    Join Date
    Sep 2010
    Posts
    1
    It's quite important to know if the diferences among the fields are only order or if they have specials characters, in the query you can order the fields and using the code generator, (click right button mouse in the field need, lookup en each row), you can add the special character as a string, using & "/", for example. I hope it is a little help.

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

Similar Threads

  1. Open Query from another database
    By thestappa in forum Programming
    Replies: 2
    Last Post: 07-23-2010, 08:45 AM
  2. Relational Database/query help
    By Champin4 in forum Queries
    Replies: 7
    Last Post: 07-14-2010, 08:49 PM
  3. Running a query from another database
    By manicamaniac in forum Access
    Replies: 1
    Last Post: 06-11-2010, 04:54 PM
  4. Report from database or query
    By finlain in forum Reports
    Replies: 3
    Last Post: 04-01-2010, 09:45 AM
  5. Northwind sample database query
    By wasim_sono in forum Programming
    Replies: 5
    Last Post: 02-28-2006, 07:34 AM

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