DoCmd.OutputTo Problem

Wuff

New member
Local time
Today, 15:08
Joined
Sep 17, 2002
Messages
8
I have an Access 2000 program that works like a charm. I can run the AutoExec macro and EVERYTHING works just as it is supposed to.

However, when I use windows "run" or click on the program via windows explorer, the program performs perfectly, untill it hits the only DoCmd.OutputTo line in the whole program. The error comment is The command or action "OutputTo" isn't available now. *ThisDoCmd.OutputTo line works fine at all other times.

The AutoExec macro uses only the "run code " and "quit" selections. Again, this macro is fine when started within the Access program. The startup settings are as blank as I can make them.

Is this problem caused by some conflict between Windows98 and Access ?
 

Users who are viewing this thread

Back
Top Bottom