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

VBA

Visual Basic for Applications articles

Map route on Google Maps with Addresses in Access

2010-07-21T16:49:08+06:00julio 21st, 2010|

Google 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 [...]

Access function to return day of the week

2010-07-13T19:50:36+06:00julio 13th, 2010|

Sometimes you need the actual day name of the date and not the numeric equivalent, the following function will do that for you: Public Function MyWeekDayName(dteDate As Date) As String 'Will return "M [...]

Ir a Arriba