Jet's ShowPlan feature
Use Jet's ShowPlan to write efficient queries article by Susan Sales Harkins and Mike Gunderloy discusses query optimization using Jet ShowPlan feature.
Labels: Jet
News, links, downloads, tips and tricks on Microsoft Access and related
About Me | Search |
Use Jet's ShowPlan to write efficient queries article by Susan Sales Harkins and Mike Gunderloy discusses query optimization using Jet ShowPlan feature.
Labels: Jet
It is getting quite popular – running Access applications on Microsoft Terminal server or Citrix server. But what about licensing? Emma Healey did a great post on this - Licensing Microsoft Office in a Terminal Server or Citrix Environment
Besides ImageMagick, which you can use with any VBA host, as well as command-line shell code, just found that Sascha Trowitzsch, Access MVP, has a VBA module with GDI functions to work with images. The page on German, but can be easy translated to English using online translator.
And two more options to work with images: Kodak Image Controls and Windows Image Acquisition (WIA) tools.
Labels: Code Samples, VBA
If you want to hide Access 2007 Office button and Ribbon from your Access application – add the following code so it executes at startup.
DoCmd.ShowToolbar "Ribbon", acToolbarNo
via MDBMakers.com
Labels: Access 2007
It is pretty easy if you have VBA routine. Link from IBM site will give you one. And here one from my application:
Labels: Code Samples, VBA