Need code for "cut" command for in a ComboBox

tovia schlesinger 241 Reputation points
2021-02-17T16:00:48.47+00:00

I want to add the "cut" and "paste" feature to a ComboBox, and I am not finding the code for it. Can anyone provide me with "Cut" and "Paste" codes for ComboBox.

0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. LEllefson 76 Reputation points
    2021-02-17T16:27:22.803+00:00

    DoCmd.RunCommand acCmdCut
    DoCmd.RunCommand acCmdPaste

    0 comments No comments

  2. tovia schlesinger 241 Reputation points
    2021-02-17T18:51:55.18+00:00

    how cam make reference to the combobox in the cut command code???