Recent content by scgoodman

  1. S

    First/Last Expressions Help

    Sorry, I attached a file that is readable.
  2. S

    First/Last Expressions Help

    I have a query that pulls a status. Within that status there is a sequence number associated. I want to pull the last status within that dataset, however when I setup my LAST expression it pulls the first date. Here is some sample data below: I want to pull the last status entered. Can anyone...
  3. S

    Update Query - Record is too large

    I am trying to update (2) fields from a temp table to a master table. Both fields are defined as memo, with unicode compression as No. I tried it as Yes as well but get the same error 'record is too large'. Do you have any suggestions to try? I checked the field lengths on characters for the...
  4. S

    Special Characters

    Text Fields
  5. S

    Special Characters

    I have an append query that is appending to a text field. However, I have some special characters that is causing it not to append because of a data type mismatch. Does anyone know which characters will not append? Thanks for your help.
  6. S

    Diff between two dates (sat/sun = 1 day)

    I have a pickup and delivered date of a package. I need to calculate the difference of the dates with sat/sun only counted as one day. Does anyone have scripts to do this? Thanks for your help.
  7. S

    How to Upload a file to FTP

    does anyone know how to upload a file to an ftp location?
  8. S

    Duplication Issue

    I have two queries that I am trying to tie together. I have one that breaks down a parent shipment, and one that ties in the child shipment. They are two separate queries. When I set the query to pull the childs in for the parent, they duplicate. What could cause this issue. Thanks
  9. S

    Adding two Numbers Together

    Worked perfectly. Thanks
  10. S

    Adding two Numbers Together

    Yes, some of the values are null.
  11. S

    Export in Excel with dateformat

    I would like to export a table to excel with a default today's date at the end of the filename. Can someone help me, please?
  12. S

    Adding two Numbers Together

    I am trying to add (2) numbers together. I have a sum of transportation charges and Fuel Charges. I tried: [Transportation] + [Fuel] It keeps coming up blank. Suggestions.
  13. S

    iif Function issue

    Do you have any suggestions?
  14. S

    iif Function issue

    I formatted them to general number using format([Actual Days in transit],'General Number') same with Commit Times.
  15. S

    iif Function issue

    I am trying to do a iif function in a query. I have two numbers that I have formatted ([Name], "General Number") and with these two numbers I am getting invalid results. Little history: 1. Number is Actual Days in Transit 2. Number is Commit Time I am doing an iif([Actual Days in...
Top Bottom