EXPERTOS MICROSOFT ACCESS +1-844-328-2636 (+1-844 DATA MEN)

VBA

Visual Basic for Applications articles

Self-healing Objects

2011-07-26T22:37:35+06:00julio 26th, 2011|

Use self-healing objects to avoid problems with objects not being initialized when running your code.

Using IIF examples and tips

2010-12-10T01:01:07+06:00diciembre 10th, 2010|

IIF can be used in a wide range of situations: when building complex strings or invoking commands.

Great article on using Excel object model

2010-11-13T23:47:36+06:00noviembre 13th, 2010|

Recently I had to create an Excel spreadsheet export for one of my clients using my Report Generator in Access, it was a thorny project since it wasn't a straight export from a query or table. I had t [...]

Custom OpenForm code – Close and open your form

2010-10-23T21:23:41+06:00octubre 23rd, 2010|

One of the major issues with DoCmd.OpenForm is it doesn't close the form before opening it again. This can lead to unexpected behavior of your application, so of course I created my own open form code:

Maximize the use of TempVars in Access 2007 and 2010

2010-09-16T20:43:03+06:00septiembre 16th, 2010|

The TempVars collection has the ability to save developers time, improve the reliability of your programming and provide you with new ways to share information across your application. TempVars were i [...]

Map route on Yahoo Maps with Addresses in Access

2013-09-27T19:22:39+06:00julio 21st, 2010|

Yahoo maps is great at mapping out a route you entered through the browser, but what if you need to map the addresses using a pre-defined route in Access? This tip will show you how to build the URL o [...]

Ir a Arriba