Copying to the Windows Clipboard Access 2000

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi I'm looking for some hel

I am trying to implement the copying of the contentents of a text box to the windows clipboar
Private Sub cmdCopy_Click()
Track.SetFocus
DoCmd.RunCommand acCmdCopy Screen.PreviousControl.SetFocus
End Su

The result is that the acCmdCopy is not availabl

I looked at the KB articles and set up a module as directed but I am unable to
activate the module on the field require

I would appreciate hel

Thank

Ear
 
Sorry to repeat bur would someone plaese let me know how to initiate the Clipboard Copy modul

Thanks for your hel
Ear
 
Back
Top