Search results

  1. G

    Jimmy Carter

    from what I gather - he was not the strongest of presidents -but I am sure he's a nice guy. hope - when he goes- its a peaceful exit .
  2. G

    Jimmy Carter

    politicians... good, honest, and decent person...??? no those two statements don't go together ..irrespective of whom no decent person would go in to politics
  3. G

    transpose? vertical to Horizontal

    Hi guys I have a report Transaction by month (by currency) and it all fine it gives me Accname Amount by month - formated to mm so i get 1 (jan) 2 (Feb) etc by currency ( based on date range ) x to x - all fine but i need it to go left to right currenctly it lists them top to bottom...
  4. G

    Cecil

    make it interesting - bare hands - now that I would call sporting
  5. G

    Cecil

    Hey its not so much the death of the lion - its the deliberately enticing it out of the park -to kill it that's a bit unsporty and yes if the money spent killing the lion went to education it might sit a bit easier on people's moral compass.
  6. G

    Cecil

    I have no issue with hunting - but this does go beyond that and is there not the death penalty for Poaching ... if so let justice do its thing - Hunting should be done for food not sport /entertainment (or pest control)
  7. G

    Access 2007 Unrecognized Database Format? I'M SCREWED!!!! HELP!!!!

    there are access repair tools out there , that will rip the tables out .. - but its easier to get the back up ... clutching at straws .. make a copy first try zipping the file extract and see what happens rename the file to something else from xxx.mdb to xxxx.tmp then rename back to...
  8. G

    Access 2007 Unrecognized Database Format? I'M SCREWED!!!! HELP!!!!

    see if this helps http://www.accessdatabaserepair.com/kb/unrecognized-database-format.htm
  9. G

    Email individual pdf files in outlook

    Hey see if this helps i ruin a statement process - this creates the statement - and sends the statement automatically (statement stored on server) and ".To = rsEmail.Fields(3)" is where my email address is - works a charm (a little clunky on a larger run and i have built in a small pause -...
  10. G

    Report loop -slight issue with ' or ""

    Its working - I'' tidy up laters . (tonight and see which works quickest ) there should never be more than say 100 statements to go through - as I pre select the ones to create (and email) so GBP may only have 20 EUR may be 50 USD 5 AUD 5 Rands 10 etc I have selected by currency - and...
  11. G

    Report loop -slight issue with ' or ""

    If rsEmail.Fields(7) = "Broker" Then DoCmd.OpenReport "Statementrptemail", acViewPreview, , "AccountNo = " & rsEmail.Fields(0) & "" '" DoCmd.OutputTo acOutputReport, , acFormatPDF, "S:\Apex Data\ARC INTERNATIONAL\Statements\" & .Fields(6) & ".pdf", False DoCmd.Close acReport...
  12. G

    Report loop -slight issue with ' or ""

    resolved after some twerking ... - not a pretty sight
  13. G

    Report loop -slight issue with ' or ""

    did stuff - went pears- shaped .. reviewing - and yes - should of started a new thread...
  14. G

    Report loop -slight issue with ' or ""

    Ahh - run against a very minor issue .. can i put an if statement in a loop IF rsEmail.Fields(22 ) = "Client " then do DoCmd.OpenReport "Statementrptemail", acViewPreview, , "AccountNo = " & rsEmail.Fields(0) & "" '" esle IF rsEmail.Fields(22 ) = "Broker " then do DoCmd.OpenReport...
  15. G

    Report loop -slight issue with ' or ""

    I stared at this for a good 45 minutes .. drove me bonkers .. I'll tidy up later Not sure how to mark post as solved ..?
  16. G

    Report loop -slight issue with ' or ""

    - Solved - had a cup of coffee and DoCmd.OpenReport "Statementrptemail", acViewPreview, , "AccountNo = " & rsEmail.Fields(0) & "" '" -sometimes I am such a plonker G
  17. G

    Report loop -slight issue with ' or ""

    AccountNo is numberic as is rsEmail.Fields(0
  18. G

    Report loop -slight issue with ' or ""

    Lots of swearing .. OK I have a report and I intend to email out - (I can handle this ) I want to export Statementrptemail as pdf - (not an issue) however when I run this I get all of the statemetns instead of one AccountNo so Brown Eggs - 1 report Sugar Daddy 1 report currently i am...
  19. G

    Tax

    Yeap - good practice to do this - (I wish I followed this myself - ) If the poster is hell bent on sticking to having the tax on the show - then Dlookup is the route tax= dlookup xx on show table ... but this just doesn't sound the right way to do stuff Tax is a bitch - easy when you...
  20. G

    Post your Tip Of The Day - Advice to learn and live by

    Be careful when you do up your zipper ...
Back
Top Bottom