Copy form field data to clipboard

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

Guest

I have set the field I want to have focus and then wish to copy the data to
the clipboard. Can someone help me with the code for this.

Forms!frmExhibitorInfoVerification!Email.SetFocus
 
Don't know if this is the best way but it works

DoCmd.DoMenuItem acFormBar, acEditMenu, acCopy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top