Access Tutorials on EverythingAccess.com
- Undocumented SysCmd Functions
- Managing Access COM Add-Ins
- Undelete Tables and Queries in Access
- How to specify which version of Access to use for OLE automation
- Access Database Corruption Repair Guide
News, links, downloads, tips and tricks on Microsoft Access and related
About Me | Search |
With Me.TextBox1
.SetFocus
.SelStart = 0
.SelLength = Len(.Text)
End With
DoCmd.SetWarnings False
DoCmd.RunCommand acCmdSpelling
DoCmd.SetWarnings True