Microsoft
Software
Hardware
Network
Question : Access 2007
My OS is Win Exp Prof and I use Access 2007. i have a memo field on a Form. is there a way to add a control that would copy the entire text in this memo field so that i could paste it somewhere else. thanks.
Answer : Access 2007
Private Sub Memo_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
DoCmd.RunCommand acCmdCopy
End Sub
Random Solutions
Update FoxPro Tables
AD or local PC Profile issue
Unable to logon to FTP site
character problem in outlook...
Microsoft Wireless opticl desktop receiver alternative
How to show this splash screen for 3 seconds?
Tutorial/Help needed: Exchange 2003 to Exchange 2010 Migration
PCI Drivers - IBM Thinkpad T61
SQL round decimal
How to replace strings in a text file using powershell