Results 1 to 6 of 6
  1. #1
    slpenney is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Nov 2013
    Location
    Oshkosh WI
    Posts
    2

    FedEx Billing Online plus

    Has anyone worked with FedEx Billing online plus files within MS Access? I am having a variety of situations coming up and wondered if there was someone with experience that has used these files before.

    Thanks, Stacie

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,643
    Never heard of them. What are they for? What do you want to do?
    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
    slpenney is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Nov 2013
    Location
    Oshkosh WI
    Posts
    2
    It is an invoicing file used by FedEx (the courier) to provide data on shipments to their customers.

    They have several fields that contain numbers stored as a text value and I'm trying to get them to convert to numbers. I've used VAL and that is fine when there is a number, however, there also are null values mixed in. I want to get the file into a table where I can complete calculations on them.

    I cannot post data due to the company specific information it contains (and I"m not skilled enough to remove that information without potentially changing other parts of the file.)

    Here's example of two columns from the .txt file:

    "Earned Discount";"- 3.26";
    "Performance Pricing";"- 8.91";
    "";"";
    "Fuel Surcharge";"1.23";

  4. #4
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Here's example of two columns from the .txt file:

    Two thoughts:

    1) Import the .txt file to a temp table, run a delete query to delete the unwanted values, then process/import the remaining records.

    2) Write code to open the .txt file, read a line, process (convert, change,etc), then insert into the proper table. Close the file.

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,643
    Can you do: Val(Nz([field],0))
    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.

  6. #6
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows XP Access 2003
    Join Date
    Aug 2013
    Posts
    7,862
    My two cents

    Import the entire file into Access. Use the wizard. Use the "Delimited Option". Choose "Semicolon" as the delimiter. Ensure the "Use Quotations as Qualifier" is checked. Indicate whether or not the first row contains header info. Save the import process with a meaningful name.

    After it is imported, edit the table's data fields to the types you wish. If there are rows in the new table that contain extraneous data, you may need to run an append query to a permanent table. Determine if the original import procedure is clean enough to avoid an append query. The example you provided shows me an example of, semicolon delimited with quotation qualifiers.

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

Similar Threads

  1. medical billing software
    By sabrina in forum Access
    Replies: 2
    Last Post: 03-09-2017, 05:45 AM
  2. Billing DB form
    By Symlink in forum Access
    Replies: 47
    Last Post: 07-30-2013, 08:37 PM
  3. time and billing DB
    By gpnhmiller in forum Access
    Replies: 4
    Last Post: 12-31-2012, 04:27 PM
  4. Replies: 2
    Last Post: 01-13-2012, 07:41 AM
  5. Free Billing Application
    By khalodaaa in forum Access
    Replies: 1
    Last Post: 06-23-2007, 05:43 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