Search results

  1. C

    Question csv export adding decimal places

    Hi people I have a standard csv export which is adding decimal places to a field which needs to be standard. I have tried all the normal ways of stopping this (setting the field format within the query and data build itself) and am now stuck as to what else to do. It seems it is ok when...
  2. C

    Emailin (outlook) query results

    Hi All I am running a module out of Access, and want to include the results of two queries in the body of the email, as well as attaching an attachment. Currently I have - If audit = "Y" Then DoCmd.Close acQuery, "AUDITSUMFINAL" DoCmd.Close acQuery, "AUDITSUMFINALCUST" Set App =...
Back
Top Bottom