Use of cast function with MS Access

  • I am trying to use cast with Access 2007 to convert an OLE field to character. The syntax I have used as SQL with Crystal Reports does not work. Any examples of successful usage of cast?

  • I don't think Access allows for CAST. It uses the more "VB-like" functions for casting: Cstr (cast to string) Clng (long int) cdbl (double) cdate....

    ----------------------------------------------------------------------------------
    Your lack of planning does not constitute an emergency on my part...unless you're my manager...or a director and above...or a really loud-spoken end-user..All right - what was my emergency again?

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply