Programmatically going into connection mode

M

Marek Wasilewski

Hi
Is it possible to programmatically go into connection mode and if so how?

Thanks for any help anyone can give.

Marek
 
H

Hadriel

Assuming you mean enable the connector tool, then an easy way is:
Application.DoCmd visCmdDRConnectorTool
(or use visCmdDRConnectionTool, if you want the Connection Point tool)
-hadriel
 
Top