Hello,

I wrote a code which opens form when a tree control object is clicked.


I store the form name in a string variable
and run the command:

DoCmd.OpenForm strFormName

In my computer it runs with no error but in a network computer
It generate reference error.

Can you help me to solve it ?

Thank you