sendobject as snapshot

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Filips Benoit

    #1

    sendobject as snapshot

    Dear All,

    Cant't find the constant to email a report as snapshot.
    If I ommit the constant the program prompts for it.
    I hope to do it without this prompt!

    Filip


  • Filips Benoit

    #2
    Re: sendobject as snapshot

    Found it myself !!

    DoCmd.SendObjec t acReport, "", "", "", "", "", "", True, ""

    the argument "SnapshotFormat (*.snp)" varries with the language.
    Open register to find the argument to use by using FIND 'snp'.

    Filip

    "Filips Benoit" <benoit.filips@ pandora.be> wrote in message
    news:52Lrc.1236 71$6G5.6765673@ phobos.telenet-ops.be...[color=blue]
    > Dear All,
    >
    > Cant't find the constant to email a report as snapshot.
    > If I ommit the constant the program prompts for it.
    > I hope to do it without this prompt!
    >
    > Filip
    >
    >[/color]


    Comment

    Working...