Double-click on OLE field - SOLVED
Hello all,
I have an OLE field on a form and I want to code a button to simulate the user's double-click to open the field's content.
Do you know the code or have any other suggestion ?
Thanks,
S.
-------------------
In case it would interest some:
DoCmd.DoMenuItem acFormBar, acEditMenu, 14, 0, acMenuVer70
|