G
Guest
Is there anyway to get rid of the annoying popup message that happens when
you run this metnod? Thanks.
you run this metnod? Thanks.
John Lane said:Is there anyway to get rid of the annoying popup message that happens
when you run this metnod? Thanks.
It's of the form:
DoCmd.OutputTo acOutputReport, "xxx", rtf, "yyy"
It's of the form: "Outputing report such-and-such to file such-and-such".
Actually, it's not really a popup, but an informational one that appears and
disappears.
John Lane said:I tried Docmd.SetWarnings False/True and it didn't help. Guess I am
stuck
with yet another Microsoft "feature". I wonder if these people ever
actually
try to use what they create.