Recent content by andy.russell@suncorp

  1. A

    Question Export 01-JAN-2011 format to a txt file

    Hi Bob, Yes, you'r validating where I was fearing I'd have to tread. I know how to build it in code, I was just REALLY, REALLY trying to avoid all that work just for one little issue. Never mind - thanks for your help. Maybe I can help someone else in turn. Cheers Andy
  2. A

    Question Export 01-JAN-2011 format to a txt file

    Hi Bob, Yes, that's correct. Cheers Andy
  3. A

    Question Export 01-JAN-2011 format to a txt file

    Hi, Yes, the stripping of the time component is great - but my biggest issue is still that I want the date in the text file to still look like 01-JAN-2011. It needs to remain a date type, not a string with text delimiteers (which was my other idea)
  4. A

    Question Export 01-JAN-2011 format to a txt file

    Hi George - thanks for helping with this one - but no. I'm afriad it's more complex than that - I know all about date formatting IN Access, and I have a table that holds the dates in the format I need (01-JAN-2011) But the problem occurs when I try to Export FROM Access to a txt delimited. Using...
  5. A

    Question Export 01-JAN-2011 format to a txt file

    I need to export dates in the format dd-mmm-yyyy (eg 01-JAN-2011) as part of a tab delimited txt file. I cant pass it as a string, it must not have text delimiters in the field. Using Access 2007. text file will be picked up by Oracle application. Thanks Andy
Back
Top Bottom