To address this specific keystroke, set the KeyPreview of your forms to Yes,
and then call a generic routine in KeyDown. If it is the Ctrl+- keystroke,
destroy it by setting KeyPress to zero.
Presumably you have already locked the interface down so that users cannot
get to the data directly in the tables and queries.
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"JayTee" <jten...@bigpond.net.au> wrote in message
news:fhZGk.4026$sc2....@news-server.bigpond.net.au...