Hello,
How can I disable the close window button on the datasheet resulting from the command:
DoCmd.OpenView "myVIEW", acViewNormal, acReadOnly
In fact, the result is not shown as a form where min,max and close buttons can be controled. It is important to keep showing it directly as a view.
I have tried the code mentioned at this thread, but I found that it doesn't manipulate the "datasheet" button:
http://www.access-programmers.co.uk/forums/showthread.php?threadid=46169&highlight=close+window
Any ideas
Thanks
How can I disable the close window button on the datasheet resulting from the command:
DoCmd.OpenView "myVIEW", acViewNormal, acReadOnly
In fact, the result is not shown as a form where min,max and close buttons can be controled. It is important to keep showing it directly as a view.
I have tried the code mentioned at this thread, but I found that it doesn't manipulate the "datasheet" button:
http://www.access-programmers.co.uk/forums/showthread.php?threadid=46169&highlight=close+window
Any ideas
Thanks