When opening a form, is it possible to position the mouse pointer into a field, so that a right click would allow pasting data from the clipboard?
When opening a form, is it possible to position the mouse pointer into a field, so that a right click would allow pasting data from the clipboard?
When a form opens, control set with TabStop 0 will receive focus. Otherwise, code can set focus to designated control.
Me.controlname.SetFocus
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.