IN THE SPOTLIGHT: MDE to MDB Conversion Service
(also supports: ACCDE to ACCDB, ADE to ADP, etc)
IN THE SPOTLIGHT: Access Database Repair Service
An in-depth repair service for corrupt Microsoft Access files
IN THE SPOTLIGHT: vbWatchdog
VBA error handling just got easier...
" vbWatchdog is off the chart. It solves a long standing problem of how to consolidate error handling into one global location and avoid repetitious code within applications. "
- Joe Anderson,
Microsoft Access MVP
Meet Shady, the vbWatchdog mascot watching over your VBA code →
(courtesy of Crystal Long, Microsoft Access MVP)
IN THE SPOTLIGHT: vbMAPI
An Outlook / MAPI code library for VBA, .NET and C# projects
Get emails out to your customers reliably, and without hassle, every single time.
Use vbMAPI alongside Microsoft Outlook to add professional emailing capabilities to your projects.
IN THE SPOTLIGHT: Code Protector
Standard compilation to MDE/ACCDE format is flawed and reversible.
(Q) How do I refer to a control found on a tab page when I'm using a tabbed form?
(A) The tab control has no impact on the syntax for referring to a control. To refer to a control on the main form, you simply use [Control name].
To refer to a property of a subform on a tab page, you use:
[Subform Control Name].Form.Property
To refer to a control on a subform on a tab page:
[Subform Control Name].Form![Control Name]
And, to refer to a property of a control on a subform on a tab page:
[Subform Control Name].Form![Control Name].Property
Rate this article:
iTech Masters | VAT: GB202994606 | Terms | Sitemap | Newsletter