Search results

  1. D

    Prevent Cut functionality within Unbound Combobox

    I am trying to prevent any foolish behavior from taking place upon a form. I have textboxes and comboboxes that users need to input data into or make selections within. I came up with a method to prevent Paste as follows: Private Sub ComboBox_KeyDown(KeyCode As Integer, Shift As Integer)...
  2. D

    Disable menu paste option in combo box

    In case all you want to do is disable Paste in a specific ComboBox as opposed to the entire Form the following will help you do that. This also prevents the <Ctrl> V functionality from pasting anything. Private Declare PtrSafe Function apiOpenClipboard Lib "User32.lib" Alias "OpenClipboard"...
  3. D

    Greetings Everyone

    Greetings I am Senior Software Engineer and sometimes some of my projects require that I use Access to solve the issue. So having some place to ask those difficult questions is nice.
Back
Top Bottom