From rockysmolin at bchacc.com Mon Dec 12 15:24:30 2016 From: rockysmolin at bchacc.com (Rocky Smolin) Date: Mon, 12 Dec 2016 13:24:30 -0800 Subject: [AccessD] EquipmentRentalSystem_FE181_A2010.zip References: <01e101d25495$97341980$c59c4c80$@bchacc.com> <005701d2549f$4431bfd0$cc953f70$@voiceandvideo.com> Message-ID: <024001d254be$20544a00$60fcde00$@bchacc.com> From: Rocky Smolin [mailto:rockysmolin at bchacc.com] Sent: Monday, December 12, 2016 10:27 AM To: 'Access Developers discussion and problem solving'; 'Off Topic' Subject: FW: EquipmentRentalSystem_FE181_A2010.zip Dear Lists: Still struggling with the ?Access has stopped working ? error.? I have a version of the app which runs on my machine but fails on the client.? I am running 14.0.7173.5000 and they are running Version 14.0.7015.1000.? Client says they?ve installed all the updates.? But if I can get them up to my Build maybe that will help? Otherwise, I?m pretty well stymied here.? No solutions on the internets that I can find regarding MSVCR90.dll which seems to be the culprit. Is there any way to determine which patches they need to get up to .7173? Any other WAGs welcome. TIA Rocky From: duhking at voiceandvideo.com [mailto:duhking at voiceandvideo.com] Sent: Monday, December 12, 2016 9:44 AM To: 'Rocky Smolin' Subject: RE: EquipmentRentalSystem_FE181_A2010.zip Buen dia. First attempt ended up locking up the program when I clicked the envelope to create and send the PDF. Second attempt got a bit further, started to create a PDF, and then crashed, shut down, and restarted. - System - Provider [ Name] Application Error - EventID 1000 [ Qualifiers] 0 Level 2 Task 100 Keywords 0x80000000000000 - TimeCreated [ SystemTime] 2016-12-12T17:37:16.000000000Z EventRecordID 79346 Channel Application Computer Dave-PC ? Security ? - EventData MSACCESS.EXE 14.0.7015.1000 51ccb78c MSVCR90.dll 9.0.30729.6161 4dace5b9 c0000417 0006ccd5 ba0 01d2549da6bfbd10 C:\Program Files\Microsoft Office\Office14\MSACCESS.EXE C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_non e_50934f2ebcb7eb57\MSVCR90.dll 9f66b269-c091-11e6-80be-6cf0490ebd00 From: Rocky Smolin [mailto:rockysmolin at bchacc.com] Sent: Monday, December 12, 2016 8:34 AM To: Dave Subject: EquipmentRentalSystem_FE181_A2010.zip Dave: Please test this version and let me know results. Thanks R From gustav at cactus.dk Wed Dec 21 01:34:03 2016 From: gustav at cactus.dk (Gustav Brock) Date: Wed, 21 Dec 2016 07:34:03 +0000 Subject: [AccessD] Google API for address sanitising Message-ID: Hi all Did you know that you can sanitise an address by a single call to Google API? It even accepts our European and localised spelling and returns these correctly. For example, a call containing our malformed company address: https://maps.googleapis.com/maps/api/geocode/json?address=kalkbranderiloebsk 4A, DK - 2100 K?benhavn returns a Json with the correct spelling and postal code (country code DK should not be prefixed): "Kalkbr?nderil?bskaj 4A, 2100 K?benhavn ?, Danmark", Replace the commas, and you have the correct address block: Kalkbr?nderil?bskaj 4A 2100 K?benhavn ? Danmark Indeed, for our US friends it can very useful, as you have a bad habit of abbreviating street names. As you may know, there is a limit for free calls of 2000 per day. If more, you need a paid license - it should be quite fair though. /gustav From jbodin at sbor.com Wed Dec 21 06:54:34 2016 From: jbodin at sbor.com (John Bodin) Date: Wed, 21 Dec 2016 12:54:34 +0000 Subject: [AccessD] Google API for address sanitising In-Reply-To: References: Message-ID: Not sure where you found that Gustav, but works really well, and fast! Put that one in the utility chest. -----Original Message----- From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Gustav Brock Sent: Wednesday, December 21, 2016 2:34 AM To: Access Developers discussion and problem solving Subject: [AccessD] Google API for address sanitising Hi all Did you know that you can sanitise an address by a single call to Google API? It even accepts our European and localised spelling and returns these correctly. For example, a call containing our malformed company address: https://maps.googleapis.com/maps/api/geocode/json?address=kalkbranderiloebsk 4A, DK - 2100 K?benhavn returns a Json with the correct spelling and postal code (country code DK should not be prefixed): "Kalkbr?nderil?bskaj 4A, 2100 K?benhavn ?, Danmark", Replace the commas, and you have the correct address block: Kalkbr?nderil?bskaj 4A 2100 K?benhavn ? Danmark Indeed, for our US friends it can very useful, as you have a bad habit of abbreviating street names. As you may know, there is a limit for free calls of 2000 per day. If more, you need a paid license - it should be quite fair though. /gustav -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From gustav at cactus.dk Wed Dec 21 07:07:35 2016 From: gustav at cactus.dk (Gustav Brock) Date: Wed, 21 Dec 2016 13:07:35 +0000 Subject: [AccessD] Google API for address sanitising Message-ID: Hi John It was here: http://stackoverflow.com/questions/41249742/address-standardization-within-a-database - the answer from another John. /gustav -----Oprindelig meddelelse----- Fra: AccessD [mailto:accessd-bounces at databaseadvisors.com] P? vegne af John Bodin Sendt: 21. december 2016 13:55 Til: Access Developers discussion and problem solving Emne: Re: [AccessD] Google API for address sanitising Not sure where you found that Gustav, but works really well, and fast! Put that one in the utility chest. -----Original Message----- From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Gustav Brock Sent: Wednesday, December 21, 2016 2:34 AM To: Access Developers discussion and problem solving Subject: [AccessD] Google API for address sanitising Hi all Did you know that you can sanitise an address by a single call to Google API? It even accepts our European and localised spelling and returns these correctly. For example, a call containing our malformed company address: https://maps.googleapis.com/maps/api/geocode/json?address=kalkbranderiloebsk 4A, DK - 2100 K?benhavn returns a Json with the correct spelling and postal code (country code DK should not be prefixed): "Kalkbr?nderil?bskaj 4A, 2100 K?benhavn ?, Danmark", Replace the commas, and you have the correct address block: Kalkbr?nderil?bskaj 4A 2100 K?benhavn ? Danmark Indeed, for our US friends it can very useful, as you have a bad habit of abbreviating street names. As you may know, there is a limit for free calls of 2000 per day. If more, you need a paid license - it should be quite fair though. /gustav From jimdettman at verizon.net Wed Dec 21 07:46:39 2016 From: jimdettman at verizon.net (Jim Dettman) Date: Wed, 21 Dec 2016 08:46:39 -0500 Subject: [AccessD] Google API for address sanitising In-Reply-To: References: Message-ID: <355BDB0973DE4E549D065CE533D1B070@XPS> and if your just getting into stuff like this, this will be helpful: https://github.com/VBA-tools/VBA-Web and on the point of sanitizing addresses, just about any of the map services will do that (MapQuest and Bing for example). All have different usage requirements though and at some point, you have to start paying. MapQuest has made some recent changes that might make it more attractive than Google as they are trying to compete. The only other thing I'd add is be careful adding this into your apps. In regards to Google, I thought 2000 calls a day would never be hit, but what you find is that it's quite easy to get there, even on a moderate sized app. That's because it's not 2000 calls of checking an address, but 2000 calls a day to the site in total. That includes addressing, lat/long lookups, push pin mapping, getting info on a place, etc. Depending on the task, you may make multiple calls in order to get it done. Those can add up quickly. Jim. -----Original Message----- From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Gustav Brock Sent: Wednesday, December 21, 2016 02:34 AM To: Access Developers discussion and problem solving Subject: [AccessD] Google API for address sanitising Hi all Did you know that you can sanitise an address by a single call to Google API? It even accepts our European and localised spelling and returns these correctly. For example, a call containing our malformed company address: https://maps.googleapis.com/maps/api/geocode/json?address=kalkbranderiloebsk 4A, DK - 2100 K?benhavn returns a Json with the correct spelling and postal code (country code DK should not be prefixed): "Kalkbr?nderil?bskaj 4A, 2100 K?benhavn ?, Danmark", Replace the commas, and you have the correct address block: Kalkbr?nderil?bskaj 4A 2100 K?benhavn ? Danmark Indeed, for our US friends it can very useful, as you have a bad habit of abbreviating street names. As you may know, there is a limit for free calls of 2000 per day. If more, you need a paid license - it should be quite fair though. /gustav -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From gustav at cactus.dk Wed Dec 21 08:28:40 2016 From: gustav at cactus.dk (Gustav Brock) Date: Wed, 21 Dec 2016 14:28:40 +0000 Subject: [AccessD] Google API for address sanitising Message-ID: Hi Jim Good point. I justed checked with Bing, and the syntax is similar: http://dev.virtualearth.net/REST/v1/Locations?countryRegion=denmark&locality=copenhagen&postalCode=2100&addressLine=kalkbr?nderil?bskaj%204A&key=YourVeryLongBingApiKeyString Partly result is: "address":{ "addressLine":"Kalkbr?nderil?bskaj 4A", "adminDistrict":"Capital Region", "adminDistrict2":"K?benhavn", "countryRegion":"Denmark" "formattedAddress":"Kalkbr?nderil?bskaj 4A, 2100 Copenhagen, Denmark"," As you will see, the formatted address is not localised. I tried with the German and French examples too, but they behave the same. Of course, that could be an advantage. I'm not familiar with MapQuest. /gustav -----Oprindelig meddelelse----- Fra: AccessD [mailto:accessd-bounces at databaseadvisors.com] P? vegne af Jim Dettman Sendt: 21. december 2016 14:47 Til: 'Access Developers discussion and problem solving' Emne: Re: [AccessD] Google API for address sanitising and if your just getting into stuff like this, this will be helpful: https://github.com/VBA-tools/VBA-Web and on the point of sanitizing addresses, just about any of the map services will do that (MapQuest and Bing for example). All have different usage requirements though and at some point, you have to start paying. MapQuest has made some recent changes that might make it more attractive than Google as they are trying to compete. The only other thing I'd add is be careful adding this into your apps. In regards to Google, I thought 2000 calls a day would never be hit, but what you find is that it's quite easy to get there, even on a moderate sized app. That's because it's not 2000 calls of checking an address, but 2000 calls a day to the site in total. That includes addressing, lat/long lookups, push pin mapping, getting info on a place, etc. Depending on the task, you may make multiple calls in order to get it done. Those can add up quickly. Jim. -----Original Message----- From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Gustav Brock Sent: Wednesday, December 21, 2016 02:34 AM To: Access Developers discussion and problem solving Subject: [AccessD] Google API for address sanitising Hi all Did you know that you can sanitise an address by a single call to Google API? It even accepts our European and localised spelling and returns these correctly. For example, a call containing our malformed company address: https://maps.googleapis.com/maps/api/geocode/json?address=kalkbranderiloebsk 4A, DK - 2100 K?benhavn returns a Json with the correct spelling and postal code (country code DK should not be prefixed): "Kalkbr?nderil?bskaj 4A, 2100 K?benhavn ?, Danmark", Replace the commas, and you have the correct address block: Kalkbr?nderil?bskaj 4A 2100 K?benhavn ? Danmark Indeed, for our US friends it can very useful, as you have a bad habit of abbreviating street names. As you may know, there is a limit for free calls of 2000 per day. If more, you need a paid license - it should be quite fair though. /gustav From gustav at cactus.dk Sat Dec 24 08:10:46 2016 From: gustav at cactus.dk (Gustav Brock) Date: Sat, 24 Dec 2016 14:10:46 +0000 Subject: [AccessD] No Christmas? Message-ID: Hi all - a small break before family invades the house - and noticed I haven't yet seen any greetings this year. So let me wish those members still here - that includes you - a merry Christmas from Copenhagen! Gustav From jackandpat.d at gmail.com Sat Dec 24 08:13:58 2016 From: jackandpat.d at gmail.com (jack drawbridge) Date: Sat, 24 Dec 2016 09:13:58 -0500 Subject: [AccessD] No Christmas? In-Reply-To: References: Message-ID: Merry Christmas Gustav and all Access-D from Canada Jack On Sat, Dec 24, 2016 at 9:10 AM, Gustav Brock wrote: > Hi all > > - a small break before family invades the house - and noticed I haven't > yet seen any greetings this year. > > So let me wish those members still here - that includes you - a merry > Christmas from Copenhagen! > > Gustav > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From fuller.artful at gmail.com Sat Dec 24 08:39:03 2016 From: fuller.artful at gmail.com (Arthur Fuller) Date: Sat, 24 Dec 2016 09:39:03 -0500 Subject: [AccessD] No Christmas? In-Reply-To: References: Message-ID: And another from Canada, too! Arthur On Sat, Dec 24, 2016 at 9:13 AM, jack drawbridge wrote: > Merry Christmas Gustav and all Access-D from Canada > Jack > > On Sat, Dec 24, 2016 at 9:10 AM, Gustav Brock wrote: > > > Hi all > > > > - a small break before family invades the house - and noticed I haven't > > yet seen any greetings this year. > > > > So let me wish those members still here - that includes you - a merry > > Christmas from Copenhagen! > > > > Gustav > > > > > > -- > > AccessD mailing list > > AccessD at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/accessd > > Website: http://www.databaseadvisors.com > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- Arthur From mwp.reid at qub.ac.uk Sat Dec 24 08:53:46 2016 From: mwp.reid at qub.ac.uk (Martin Reid) Date: Sat, 24 Dec 2016 14:53:46 +0000 Subject: [AccessD] No Christmas? In-Reply-To: References: , Message-ID: <976E500DD0AF35409874A413967BFAECA08672CC@EX2K10-MBX5.ads.qub.ac.uk> Nollaig shona dhuit from Ireland Martin Sent from my Windows Phone ________________________________ From: Arthur Fuller Sent: ?24/?12/?2016 14:42 To: Access Developers discussion and problem solving Subject: Re: [AccessD] No Christmas? And another from Canada, too! Arthur On Sat, Dec 24, 2016 at 9:13 AM, jack drawbridge wrote: > Merry Christmas Gustav and all Access-D from Canada > Jack > > On Sat, Dec 24, 2016 at 9:10 AM, Gustav Brock wrote: > > > Hi all > > > > - a small break before family invades the house - and noticed I haven't > > yet seen any greetings this year. > > > > So let me wish those members still here - that includes you - a merry > > Christmas from Copenhagen! > > > > Gustav > > > > > > -- > > AccessD mailing list > > AccessD at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/accessd > > Website: http://www.databaseadvisors.com > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- Arthur -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From bradm at blackforestltd.com Sat Dec 24 09:03:08 2016 From: bradm at blackforestltd.com (Brad Marks) Date: Sat, 24 Dec 2016 15:03:08 +0000 Subject: [AccessD] No Christmas? In-Reply-To: <976E500DD0AF35409874A413967BFAECA08672CC@EX2K10-MBX5.ads.qub.ac.uk> References: , , <976E500DD0AF35409874A413967BFAECA08672CC@EX2K10-MBX5.ads.qub.ac.uk> Message-ID: <642C2622-1A2F-4E8F-9DDD-FAFE88E050DF@blackforestltd.com> Merry Christmas from Minnesota (near Lake Wobegon) Sent from my iPad > On Dec 24, 2016, at 8:55 AM, Martin Reid wrote: > > Nollaig shona dhuit > > from Ireland > > Martin > > Sent from my Windows Phone > ________________________________ > From: Arthur Fuller > Sent: ?24/?12/?2016 14:42 > To: Access Developers discussion and problem solving > Subject: Re: [AccessD] No Christmas? > > And another from Canada, too! > > Arthur > > On Sat, Dec 24, 2016 at 9:13 AM, jack drawbridge > wrote: > >> Merry Christmas Gustav and all Access-D from Canada >> Jack >> >>> On Sat, Dec 24, 2016 at 9:10 AM, Gustav Brock wrote: >>> >>> Hi all >>> >>> - a small break before family invades the house - and noticed I haven't >>> yet seen any greetings this year. >>> >>> So let me wish those members still here - that includes you - a merry >>> Christmas from Copenhagen! >>> >>> Gustav >>> >>> >>> -- >>> AccessD mailing list >>> AccessD at databaseadvisors.com >>> http://databaseadvisors.com/mailman/listinfo/accessd >>> Website: http://www.databaseadvisors.com >>> >> -- >> AccessD mailing list >> AccessD at databaseadvisors.com >> http://databaseadvisors.com/mailman/listinfo/accessd >> Website: http://www.databaseadvisors.com >> > > > > -- > Arthur > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com From randall.anthony at cox.net Sat Dec 24 09:42:18 2016 From: randall.anthony at cox.net (Randy Anthony) Date: Sat, 24 Dec 2016 10:42:18 -0500 Subject: [AccessD] No Christmas? In-Reply-To: References: , , <976E500DD0AF35409874A413967BFAECA08672CC@EX2K10-MBX5.ads.qub.ac.uk> Message-ID: <037601d25dfc$4ed21be0$ec7653a0$@cox.net> Merry Christmas from Virginia Beach.... -----Original Message----- From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Brad Marks Sent: Saturday, December 24, 2016 10:03 AM To: Access Developers discussion and problem solving Subject: Re: [AccessD] No Christmas? Merry Christmas from Minnesota (near Lake Wobegon) Sent from my iPad > On Dec 24, 2016, at 8:55 AM, Martin Reid wrote: > > Nollaig shona dhuit > > from Ireland > > Martin > > Sent from my Windows Phone > ________________________________ > From: Arthur Fuller > Sent: ?24/?12/?2016 14:42 > To: Access Developers discussion and problem > solving > Subject: Re: [AccessD] No Christmas? > > And another from Canada, too! > > Arthur > > On Sat, Dec 24, 2016 at 9:13 AM, jack drawbridge > > wrote: > >> Merry Christmas Gustav and all Access-D from Canada Jack >> >>> On Sat, Dec 24, 2016 at 9:10 AM, Gustav Brock wrote: >>> >>> Hi all >>> >>> - a small break before family invades the house - and noticed I >>> haven't yet seen any greetings this year. >>> >>> So let me wish those members still here - that includes you - a >>> merry Christmas from Copenhagen! >>> >>> Gustav >>> >>> >>> -- >>> AccessD mailing list >>> AccessD at databaseadvisors.com >>> http://databaseadvisors.com/mailman/listinfo/accessd >>> Website: http://www.databaseadvisors.com >>> >> -- >> AccessD mailing list >> AccessD at databaseadvisors.com >> http://databaseadvisors.com/mailman/listinfo/accessd >> Website: http://www.databaseadvisors.com >> > > > > -- > Arthur > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus From hkotsch at arcor.de Sat Dec 24 09:54:26 2016 From: hkotsch at arcor.de (Helmut Kotsch) Date: Sat, 24 Dec 2016 16:54:26 +0100 Subject: [AccessD] No Christmas? In-Reply-To: <037601d25dfc$4ed21be0$ec7653a0$@cox.net> References: , , <976E500DD0AF35409874A413967BFAECA08672CC@EX2K10-MBX5.ads.qub.ac.uk> <037601d25dfc$4ed21be0$ec7653a0$@cox.net> Message-ID: <000601d25dfe$01cd8c10$0568a430$@de> Merry Christmas from Germany.... No white xmas, only rain. Helmut -----Urspr?ngliche Nachricht----- Von: AccessD [mailto:accessd-bounces at databaseadvisors.com] Im Auftrag von Randy Anthony Gesendet: Samstag, 24. Dezember 2016 16:42 An: 'Access Developers discussion and problem solving' Betreff: Re: [AccessD] No Christmas? Merry Christmas from Virginia Beach.... -----Original Message----- From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Brad Marks Sent: Saturday, December 24, 2016 10:03 AM To: Access Developers discussion and problem solving Subject: Re: [AccessD] No Christmas? Merry Christmas from Minnesota (near Lake Wobegon) Sent from my iPad > On Dec 24, 2016, at 8:55 AM, Martin Reid wrote: > > Nollaig shona dhuit > > from Ireland > > Martin > > Sent from my Windows Phone > ________________________________ > From: Arthur Fuller > Sent: ?24/?12/?2016 14:42 > To: Access Developers discussion and problem > solving > Subject: Re: [AccessD] No Christmas? > > And another from Canada, too! > > Arthur > > On Sat, Dec 24, 2016 at 9:13 AM, jack drawbridge > > wrote: > >> Merry Christmas Gustav and all Access-D from Canada Jack >> >>> On Sat, Dec 24, 2016 at 9:10 AM, Gustav Brock wrote: >>> >>> Hi all >>> >>> - a small break before family invades the house - and noticed I >>> haven't yet seen any greetings this year. >>> >>> So let me wish those members still here - that includes you - a >>> merry Christmas from Copenhagen! >>> >>> Gustav >>> >>> >>> -- >>> AccessD mailing list >>> AccessD at databaseadvisors.com >>> http://databaseadvisors.com/mailman/listinfo/accessd >>> Website: http://www.databaseadvisors.com >>> >> -- >> AccessD mailing list >> AccessD at databaseadvisors.com >> http://databaseadvisors.com/mailman/listinfo/accessd >> Website: http://www.databaseadvisors.com >> > > > > -- > Arthur > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From ssharkins at gmail.com Sat Dec 24 09:56:21 2016 From: ssharkins at gmail.com (Susan Harkins) Date: Sat, 24 Dec 2016 10:56:21 -0500 Subject: [AccessD] No Christmas? In-Reply-To: <037601d25dfc$4ed21be0$ec7653a0$@cox.net> References: , , <976E500DD0AF35409874A413967BFAECA08672CC@EX2K10-MBX5.ads.qub.ac.uk> <037601d25dfc$4ed21be0$ec7653a0$@cox.net> Message-ID: <001101d25dfe$46317b50$d29471f0$@gmail.com> Ah... that hurts. :) My husband has always wanted a beach Christmas. Greetings from horse country (central Kentucky) where the temp is mild but it's raining. Susan H. Merry Christmas from Virginia Beach.... From rockysmolin at bchacc.com Sat Dec 24 10:00:54 2016 From: rockysmolin at bchacc.com (Rocky Smolin) Date: Sat, 24 Dec 2016 08:00:54 -0800 Subject: [AccessD] No Christmas? In-Reply-To: <642C2622-1A2F-4E8F-9DDD-FAFE88E050DF@blackforestltd.com> References: , , <976E500DD0AF35409874A413967BFAECA08672CC@EX2K10-MBX5.ads.qub.ac.uk> <642C2622-1A2F-4E8F-9DDD-FAFE88E050DF@blackforestltd.com> Message-ID: <001f01d25dfe$e83c7bc0$b8b57340$@bchacc.com> Chag sameach from Carlsbad California. R -----Original Message----- From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Brad Marks Sent: Saturday, December 24, 2016 7:03 AM To: Access Developers discussion and problem solving Subject: Re: [AccessD] No Christmas? Merry Christmas from Minnesota (near Lake Wobegon) Sent from my iPad > On Dec 24, 2016, at 8:55 AM, Martin Reid wrote: > > Nollaig shona dhuit > > from Ireland > > Martin > > Sent from my Windows Phone > ________________________________ > From: Arthur Fuller > Sent: ?24/?12/?2016 14:42 > To: Access Developers discussion and problem > solving > Subject: Re: [AccessD] No Christmas? > > And another from Canada, too! > > Arthur > > On Sat, Dec 24, 2016 at 9:13 AM, jack drawbridge > > wrote: > >> Merry Christmas Gustav and all Access-D from Canada Jack >> >>> On Sat, Dec 24, 2016 at 9:10 AM, Gustav Brock wrote: >>> >>> Hi all >>> >>> - a small break before family invades the house - and noticed I >>> haven't yet seen any greetings this year. >>> >>> So let me wish those members still here - that includes you - a >>> merry Christmas from Copenhagen! >>> >>> Gustav >>> >>> >>> -- >>> AccessD mailing list >>> AccessD at databaseadvisors.com >>> http://databaseadvisors.com/mailman/listinfo/accessd >>> Website: http://www.databaseadvisors.com >>> >> -- >> AccessD mailing list >> AccessD at databaseadvisors.com >> http://databaseadvisors.com/mailman/listinfo/accessd >> Website: http://www.databaseadvisors.com >> > > > > -- > Arthur > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From fhtapia at gmail.com Sat Dec 24 10:32:28 2016 From: fhtapia at gmail.com (fhtapia at gmail.com) Date: Sat, 24 Dec 2016 16:32:28 +0000 Subject: [AccessD] No Christmas? In-Reply-To: <001f01d25dfe$e83c7bc0$b8b57340$@bchacc.com> References: <976E500DD0AF35409874A413967BFAECA08672CC@EX2K10-MBX5.ads.qub.ac.uk> <642C2622-1A2F-4E8F-9DDD-FAFE88E050DF@blackforestltd.com> <001f01d25dfe$e83c7bc0$b8b57340$@bchacc.com> Message-ID: Happy Holidays to All!!! :D On Sat, Dec 24, 2016 at 8:03 AM Rocky Smolin wrote: > Chag sameach from Carlsbad California. > > R > > > -----Original Message----- > From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of > Brad Marks > Sent: Saturday, December 24, 2016 7:03 AM > To: Access Developers discussion and problem solving > Subject: Re: [AccessD] No Christmas? > > Merry Christmas from Minnesota (near Lake Wobegon) > > Sent from my iPad > > > On Dec 24, 2016, at 8:55 AM, Martin Reid wrote: > > > > Nollaig shona dhuit > > > > from Ireland > > > > Martin > > > > Sent from my Windows Phone > > ________________________________ > > From: Arthur Fuller > > Sent: ?24/?12/?2016 14:42 > > To: Access Developers discussion and problem > > solving > > Subject: Re: [AccessD] No Christmas? > > > > And another from Canada, too! > > > > Arthur > > > > On Sat, Dec 24, 2016 at 9:13 AM, jack drawbridge > > > > wrote: > > > >> Merry Christmas Gustav and all Access-D from Canada Jack > >> > >>> On Sat, Dec 24, 2016 at 9:10 AM, Gustav Brock > wrote: > >>> > >>> Hi all > >>> > >>> - a small break before family invades the house - and noticed I > >>> haven't yet seen any greetings this year. > >>> > >>> So let me wish those members still here - that includes you - a > >>> merry Christmas from Copenhagen! > >>> > >>> Gustav > >>> > >>> > >>> -- > >>> AccessD mailing list > >>> AccessD at databaseadvisors.com > >>> http://databaseadvisors.com/mailman/listinfo/accessd > >>> Website: http://www.databaseadvisors.com > >>> > >> -- > >> AccessD mailing list > >> AccessD at databaseadvisors.com > >> http://databaseadvisors.com/mailman/listinfo/accessd > >> Website: http://www.databaseadvisors.com > >> > > > > > > > > -- > > Arthur > > -- > > AccessD mailing list > > AccessD at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/accessd > > Website: http://www.databaseadvisors.com > > -- > > AccessD mailing list > > AccessD at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/accessd > > Website: http://www.databaseadvisors.com > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From kost36 at otenet.gr Sat Dec 24 10:39:52 2016 From: kost36 at otenet.gr (Kostas Konstantinidis) Date: Sat, 24 Dec 2016 18:39:52 +0200 Subject: [AccessD] No Christmas? In-Reply-To: References: Message-ID: <000601d25e04$5b39a3f0$11acebd0$@otenet.gr> Merry Christmas to all from Greece / Crete -----Original Message----- From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of jack drawbridge Sent: Saturday, December 24, 2016 4:14 PM To: Access Developers discussion and problem solving Subject: Re: [AccessD] No Christmas? Merry Christmas Gustav and all Access-D from Canada Jack On Sat, Dec 24, 2016 at 9:10 AM, Gustav Brock wrote: > Hi all > > - a small break before family invades the house - and noticed I > haven't yet seen any greetings this year. > > So let me wish those members still here - that includes you - a merry > Christmas from Copenhagen! > > Gustav > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From rockysmolin at bchacc.com Sat Dec 24 10:56:13 2016 From: rockysmolin at bchacc.com (Rocky Smolin) Date: Sat, 24 Dec 2016 08:56:13 -0800 Subject: [AccessD] No Christmas? In-Reply-To: <001101d25dfe$46317b50$d29471f0$@gmail.com> References: , , <976E500DD0AF35409874A413967BFAECA08672CC@EX2K10-MBX5.ads.qub.ac.uk> <037601d25dfc$4ed21be0$ec7653a0$@cox.net> <001101d25dfe$46317b50$d29471f0$@gmail.com> Message-ID: <002d01d25e06$a2f92f60$e8eb8e20$@bchacc.com> We have one close by here. Christmas comes around every year. Just sayin'... r -----Original Message----- From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Susan Harkins Sent: Saturday, December 24, 2016 7:56 AM To: 'Access Developers discussion and problem solving' Subject: Re: [AccessD] No Christmas? Ah... that hurts. :) My husband has always wanted a beach Christmas. Greetings from horse country (central Kentucky) where the temp is mild but it's raining. Susan H. Merry Christmas from Virginia Beach.... -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From fuller.artful at gmail.com Sat Dec 24 11:08:20 2016 From: fuller.artful at gmail.com (Arthur Fuller) Date: Sat, 24 Dec 2016 12:08:20 -0500 Subject: [AccessD] No Christmas? In-Reply-To: <000601d25e04$5b39a3f0$11acebd0$@otenet.gr> References: <000601d25e04$5b39a3f0$11acebd0$@otenet.gr> Message-ID: I have friends from all over the world. I am so grateful to be a part of this community. You have no idea how grateful I am. Doesn't a day go by when I tell someone that I have a friend in PNG, and Carolina, and Argentina, and Cuba, and Scotland, and Iceland. I'm a very lucky man. Merry Christmas and Happy Hannukah (I hope I spelled that correctly. On Sat, Dec 24, 2016 at 11:39 AM, Kostas Konstantinidis wrote: > Merry Christmas to all from Greece / Crete > > -----Original Message----- > From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of > jack drawbridge > Sent: Saturday, December 24, 2016 4:14 PM > To: Access Developers discussion and problem solving > > Subject: Re: [AccessD] No Christmas? > > Merry Christmas Gustav and all Access-D from Canada Jack > > On Sat, Dec 24, 2016 at 9:10 AM, Gustav Brock wrote: > > > Hi all > > > > - a small break before family invades the house - and noticed I > > haven't yet seen any greetings this year. > > > > So let me wish those members still here - that includes you - a merry > > Christmas from Copenhagen! > > > > Gustav > > > > > > -- > > AccessD mailing list > > AccessD at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/accessd > > Website: http://www.databaseadvisors.com > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- Arthur From mcp2004 at mail.ru Sat Dec 24 11:37:53 2016 From: mcp2004 at mail.ru (=?UTF-8?B?U2FsYWtoZXRkaW5vdiBTaGFtaWw=?=) Date: Sat, 24 Dec 2016 20:37:53 +0300 Subject: [AccessD] =?utf-8?q?No_Christmas=3F?= In-Reply-To: References: <000601d25e04$5b39a3f0$11acebd0$@otenet.gr> Message-ID: <1482601073.372385035@f374.i.mail.ru> Hi Arthur et al -- Merry Christmas from Saint-Petersburg, Russia! :) -- Shamil >Saturday, December 24, 2016 8:08 PM +03:00 from Arthur Fuller : > >I have friends from all over the world. I am so grateful to be a part of >this community. You have no idea how grateful I am. Doesn't a day go by >when I tell someone that I have a friend in PNG, and Carolina, and >Argentina, and Cuba, and Scotland, and Iceland. > >I'm a very lucky man. > >Merry Christmas and Happy Hannukah (I hope I spelled that correctly. > >On Sat, Dec 24, 2016 at 11:39 AM, Kostas Konstantinidis < kost36 at otenet.gr > >wrote: > >> Merry Christmas to all from Greece / Crete >> >> -----Original Message----- >> From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of >> jack drawbridge >> Sent: Saturday, December 24, 2016 4:14 PM >> To: Access Developers discussion and problem solving >> < accessd at databaseadvisors.com > >> Subject: Re: [AccessD] No Christmas? >> >> Merry Christmas Gustav and all Access-D from Canada Jack >> >> On Sat, Dec 24, 2016 at 9:10 AM, Gustav Brock < gustav at cactus.dk > wrote: >> >> > Hi all >> > >> > - a small break before family invades the house - and noticed I >> > haven't yet seen any greetings this year. >> > >> > So let me wish those members still here - that includes you - a merry >> > Christmas from Copenhagen! >> > >> > Gustav >> > >> > From carbonnb at gmail.com Sat Dec 24 12:03:26 2016 From: carbonnb at gmail.com (Bryan Carbonnell) Date: Sat, 24 Dec 2016 11:03:26 -0700 Subject: [AccessD] No Christmas? In-Reply-To: References: Message-ID: Merry Christmas from the wet and rainy desert of Arizona. Bryan On 24 December 2016 at 07:10, Gustav Brock wrote: > Hi all > > - a small break before family invades the house - and noticed I haven't yet seen any greetings this year. > > So let me wish those members still here - that includes you - a merry Christmas from Copenhagen! > > Gustav > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com -- Bryan Carbonnell - carbonnb at gmail.com Life's journey is not to arrive at the grave safely in a well-preserved body, but rather to skid in sideways, totally worn out, shouting "What a great ride!" From jimdettman at verizon.net Sat Dec 24 12:23:43 2016 From: jimdettman at verizon.net (Jim Dettman) Date: Sat, 24 Dec 2016 13:23:43 -0500 Subject: [AccessD] No Christmas? In-Reply-To: References: Message-ID: <1BF21AFAAE4648979956D7A1C18631C0@XPS> Merry Christmas to all! Jim. -----Original Message----- From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Gustav Brock Sent: Saturday, December 24, 2016 09:11 AM To: Access Developers discussion and problem solving Subject: [AccessD] No Christmas? Hi all - a small break before family invades the house - and noticed I haven't yet seen any greetings this year. So let me wish those members still here - that includes you - a merry Christmas from Copenhagen! Gustav -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From steve at datamanagementsolutions.biz Sat Dec 24 12:48:45 2016 From: steve at datamanagementsolutions.biz (Steve Schapel) Date: Sun, 25 Dec 2016 07:48:45 +1300 Subject: [AccessD] No Christmas? In-Reply-To: <1482601073.372385035@f374.i.mail.ru> References: <000601d25e04$5b39a3f0$11acebd0$@otenet.gr> <1482601073.372385035@f374.i.mail.ru> Message-ID: <58781A3E044B4842A2BD7F7284A9F923@SteveT540p> Merry Christmas to all, from sunny New Zealand! Regards Steve -----Original Message----- From: Salakhetdinov Shamilvia AccessD Sent: Sunday, December 25, 2016 6:37 AM To: Access Developers discussion and problem solving Cc: Salakhetdinov Shamil Subject: Re: [AccessD] No Christmas? Hi Arthur et al -- Merry Christmas from Saint-Petersburg, Russia! :) -- Shamil >Saturday, December 24, 2016 8:08 PM +03:00 from Arthur Fuller >: > >I have friends from all over the world. I am so grateful to be a part of >this community. You have no idea how grateful I am. Doesn't a day go by >when I tell someone that I have a friend in PNG, and Carolina, and >Argentina, and Cuba, and Scotland, and Iceland. > >I'm a very lucky man. > >Merry Christmas and Happy Hannukah (I hope I spelled that correctly. > >On Sat, Dec 24, 2016 at 11:39 AM, Kostas Konstantinidis < kost36 at otenet.gr > > >wrote: > >> Merry Christmas to all from Greece / Crete >> >> -----Original Message----- >> From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of >> jack drawbridge >> Sent: Saturday, December 24, 2016 4:14 PM >> To: Access Developers discussion and problem solving >> < accessd at databaseadvisors.com > >> Subject: Re: [AccessD] No Christmas? >> >> Merry Christmas Gustav and all Access-D from Canada Jack >> >> On Sat, Dec 24, 2016 at 9:10 AM, Gustav Brock < gustav at cactus.dk > wrote: >> >> > Hi all >> > >> > - a small break before family invades the house - and noticed I >> > haven't yet seen any greetings this year. >> > >> > So let me wish those members still here - that includes you - a merry >> > Christmas from Copenhagen! >> > >> > Gustav >> > >> > -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From kathryn at bassett.net Sat Dec 24 12:53:51 2016 From: kathryn at bassett.net (Kathryn Bassett) Date: Sat, 24 Dec 2016 10:53:51 -0800 Subject: [AccessD] No Christmas? In-Reply-To: References: Message-ID: <004201d25e17$11bd19b0$35374d10$@bassett.net> Merry Christmas from California. And Happy Hanukkah to Rocky. Rained pretty good (we need it) yesterday, no rain until "periods of rain" on the 1st, but since that's Sunday, the Rose Parade is on Monday, when it's "plenty of clouds". -- Kathryn Rhinehart Bassett (Pasadena CA) "Genealogy is my bag" "GH is my soap" kathryn at bassett.net http://bassett.net?? > -----Original Message----- > Hi all > > - a small break before family invades the house - and noticed I haven't yet > seen any greetings this year. > > So let me wish those members still here - that includes you - a merry > Christmas from Copenhagen! > > Gustav --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus From tinanfields at torchlake.com Sat Dec 24 13:04:23 2016 From: tinanfields at torchlake.com (Tina Norris Fields) Date: Sat, 24 Dec 2016 14:04:23 -0500 Subject: [AccessD] No Christmas? In-Reply-To: References: Message-ID: <10179523-ef62-0db0-5f3f-71c315a54268@torchlake.com> Merry Christmas, Happy Hanukkah, and Happy New Year! Thank you for starting it off, Gustav. TNF Tina Norris Fields tinanfields-at-torchlake-dot-com 231-322-2787 On 12/24/16 9:10 AM, Gustav Brock wrote: > Hi all > > - a small break before family invades the house - and noticed I haven't yet seen any greetings this year. > > So let me wish those members still here - that includes you - a merry Christmas from Copenhagen! > > Gustav > > From fuller.artful at gmail.com Sat Dec 24 13:06:24 2016 From: fuller.artful at gmail.com (Arthur Fuller) Date: Sat, 24 Dec 2016 14:06:24 -0500 Subject: [AccessD] No Christmas? In-Reply-To: <004201d25e17$11bd19b0$35374d10$@bassett.net> References: <004201d25e17$11bd19b0$35374d10$@bassett.net> Message-ID: We have a little bit of snow, lingering upon the hedges, but nothing upon the ground, A. On Sat, Dec 24, 2016 at 1:53 PM, Kathryn Bassett wrote: > Merry Christmas from California. And Happy Hanukkah to Rocky. > > Rained pretty good (we need it) yesterday, no rain until "periods of rain" > on the 1st, but since that's Sunday, the Rose Parade is on Monday, when > it's > "plenty of clouds". > > -- > Kathryn Rhinehart Bassett (Pasadena CA) > "Genealogy is my bag" "GH is my soap" > kathryn at bassett.net > http://bassett.net > > > > -----Original Message----- > > Hi all > > > > - a small break before family invades the house - and noticed I haven't > yet > > seen any greetings this year. > > > > So let me wish those members still here - that includes you - a merry > > Christmas from Copenhagen! > > > > Gustav > > > --- > This email has been checked for viruses by Avast antivirus software. > https://www.avast.com/antivirus > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- Arthur From hans.andersen at phulse.com Sat Dec 24 13:37:32 2016 From: hans.andersen at phulse.com (Hans-Christian Andersen) Date: Sat, 24 Dec 2016 11:37:32 -0800 Subject: [AccessD] No Christmas? In-Reply-To: References: <004201d25e17$11bd19b0$35374d10$@bassett.net> Message-ID: <640DBB9F-0909-454F-AF86-F91D0DA313F4@phulse.com> Merry Christmas from someone en route on the ferry from Vancouver, which got a decent amount of snow but is now thawing and wet, to Victoria, which is sunny and without any snow as per usual, to reunite with my family (and fix my broken server :)). - Hans > On Dec 24, 2016, at 11:06 AM, Arthur Fuller wrote: > > We have a little bit of snow, lingering upon the hedges, but nothing upon > the ground, > > A. > > On Sat, Dec 24, 2016 at 1:53 PM, Kathryn Bassett > wrote: > >> Merry Christmas from California. And Happy Hanukkah to Rocky. >> >> Rained pretty good (we need it) yesterday, no rain until "periods of rain" >> on the 1st, but since that's Sunday, the Rose Parade is on Monday, when >> it's >> "plenty of clouds". >> >> -- >> Kathryn Rhinehart Bassett (Pasadena CA) >> "Genealogy is my bag" "GH is my soap" >> kathryn at bassett.net >> http://bassett.net >> >> >>> -----Original Message----- >>> Hi all >>> >>> - a small break before family invades the house - and noticed I haven't >> yet >>> seen any greetings this year. >>> >>> So let me wish those members still here - that includes you - a merry >>> Christmas from Copenhagen! >>> >>> Gustav >> >> >> --- >> This email has been checked for viruses by Avast antivirus software. >> https://www.avast.com/antivirus >> >> >> -- >> AccessD mailing list >> AccessD at databaseadvisors.com >> http://databaseadvisors.com/mailman/listinfo/accessd >> Website: http://www.databaseadvisors.com >> > > > > -- > Arthur > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com From paul at wordwright.org Sat Dec 24 13:48:35 2016 From: paul at wordwright.org (paul) Date: Sat, 24 Dec 2016 19:48:35 +0000 Subject: [AccessD] No Christmas? In-Reply-To: <640DBB9F-0909-454F-AF86-F91D0DA313F4@phulse.com> References: <004201d25e17$11bd19b0$35374d10$@bassett.net> <640DBB9F-0909-454F-AF86-F91D0DA313F4@phulse.com> Message-ID: A very happy and peaceful Christmas to Arthur and all from a breezy, cool London. paul On 24 December 2016 at 19:37, Hans-Christian Andersen < hans.andersen at phulse.com> wrote: > Merry Christmas from someone en route on the ferry from Vancouver, which > got a decent amount of snow but is now thawing and wet, to Victoria, which > is sunny and without any snow as per usual, to reunite with my family (and > fix my broken server :)). > > - Hans > > > > On Dec 24, 2016, at 11:06 AM, Arthur Fuller > wrote: > > > > We have a little bit of snow, lingering upon the hedges, but nothing upon > > the ground, > > > > A. > > > > On Sat, Dec 24, 2016 at 1:53 PM, Kathryn Bassett > > wrote: > > > >> Merry Christmas from California. And Happy Hanukkah to Rocky. > >> > >> Rained pretty good (we need it) yesterday, no rain until "periods of > rain" > >> on the 1st, but since that's Sunday, the Rose Parade is on Monday, when > >> it's > >> "plenty of clouds". > >> > >> -- > >> Kathryn Rhinehart Bassett (Pasadena CA) > >> "Genealogy is my bag" "GH is my soap" > >> kathryn at bassett.net > >> http://bassett.net > >> > >> > >>> -----Original Message----- > >>> Hi all > >>> > >>> - a small break before family invades the house - and noticed I haven't > >> yet > >>> seen any greetings this year. > >>> > >>> So let me wish those members still here - that includes you - a merry > >>> Christmas from Copenhagen! > >>> > >>> Gustav > >> > >> > >> --- > >> This email has been checked for viruses by Avast antivirus software. > >> https://www.avast.com/antivirus > >> > >> > >> -- > >> AccessD mailing list > >> AccessD at databaseadvisors.com > >> http://databaseadvisors.com/mailman/listinfo/accessd > >> Website: http://www.databaseadvisors.com > >> > > > > > > > > -- > > Arthur > > -- > > AccessD mailing list > > AccessD at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/accessd > > Website: http://www.databaseadvisors.com > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- paul@ SailingToPurgatory.com My adventure book* Sailing to Purgatory* will be published in February. Hooray! I'm working on its companion website, SailingToPurgatory.com From bryan at internode.on.net Sat Dec 24 15:24:24 2016 From: bryan at internode.on.net (Bryan Fitzpatrick) Date: Sun, 25 Dec 2016 08:24:24 +1100 Subject: [AccessD] No Christmas? In-Reply-To: References: <004201d25e17$11bd19b0$35374d10$@bassett.net> <640DBB9F-0909-454F-AF86-F91D0DA313F4@phulse.com> Message-ID: <9164d78e-de74-0fec-8a62-9ff3073ac94a@internode.on.net> Merry Chrtistmas to all from a very sunny Australia! Cheers*/ /* */Bryan Fitzpatrick/* */Mobile: 0418 618 469/* On 25/12/2016 6:48 AM, paul wrote: > A very happy and peaceful Christmas to Arthur and all from a breezy, cool > London. > paul > > On 24 December 2016 at 19:37, Hans-Christian Andersen < > hans.andersen at phulse.com> wrote: > >> Merry Christmas from someone en route on the ferry from Vancouver, which >> got a decent amount of snow but is now thawing and wet, to Victoria, which >> is sunny and without any snow as per usual, to reunite with my family (and >> fix my broken server :)). >> >> - Hans >> >> >>> On Dec 24, 2016, at 11:06 AM, Arthur Fuller >> wrote: >>> We have a little bit of snow, lingering upon the hedges, but nothing upon >>> the ground, >>> >>> A. >>> >>> On Sat, Dec 24, 2016 at 1:53 PM, Kathryn Bassett >>> wrote: >>> >>>> Merry Christmas from California. And Happy Hanukkah to Rocky. >>>> >>>> Rained pretty good (we need it) yesterday, no rain until "periods of >> rain" >>>> on the 1st, but since that's Sunday, the Rose Parade is on Monday, when >>>> it's >>>> "plenty of clouds". >>>> >>>> -- >>>> Kathryn Rhinehart Bassett (Pasadena CA) >>>> "Genealogy is my bag" "GH is my soap" >>>> kathryn at bassett.net >>>> http://bassett.net >>>> >>>> >>>>> -----Original Message----- >>>>> Hi all >>>>> >>>>> - a small break before family invades the house - and noticed I haven't >>>> yet >>>>> seen any greetings this year. >>>>> >>>>> So let me wish those members still here - that includes you - a merry >>>>> Christmas from Copenhagen! >>>>> >>>>> Gustav >>>> >>>> --- >>>> This email has been checked for viruses by Avast antivirus software. >>>> https://www.avast.com/antivirus >>>> >>>> >>>> -- >>>> AccessD mailing list >>>> AccessD at databaseadvisors.com >>>> http://databaseadvisors.com/mailman/listinfo/accessd >>>> Website: http://www.databaseadvisors.com >>>> >>> >>> >>> -- >>> Arthur >>> -- >>> AccessD mailing list >>> AccessD at databaseadvisors.com >>> http://databaseadvisors.com/mailman/listinfo/accessd >>> Website: http://www.databaseadvisors.com >> -- >> AccessD mailing list >> AccessD at databaseadvisors.com >> http://databaseadvisors.com/mailman/listinfo/accessd >> Website: http://www.databaseadvisors.com >> > > ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2016.0.7924 / Virus Database: 4749/13644 - Release Date: 12/23/16 From bensonforums at gmail.com Sat Dec 24 15:38:14 2016 From: bensonforums at gmail.com (Bill Benson) Date: Sat, 24 Dec 2016 16:38:14 -0500 Subject: [AccessD] No Christmas? In-Reply-To: <9164d78e-de74-0fec-8a62-9ff3073ac94a@internode.on.net> References: <004201d25e17$11bd19b0$35374d10$@bassett.net> <640DBB9F-0909-454F-AF86-F91D0DA313F4@phulse.com> <9164d78e-de74-0fec-8a62-9ff3073ac94a@internode.on.net> Message-ID: Merry Christmas from Schenectsdy, NY without which none of you ever would have had and Christmas Lights ... or fake Chanukah Manoras. >From my non-flammable Note 3, Bill Benson On Dec 24, 2016 4:26 PM, "Bryan Fitzpatrick" wrote: > Merry Chrtistmas to all from a very sunny Australia! > > Cheers*/ > /* > > */Bryan Fitzpatrick/* > > */Mobile: 0418 618 469/* > On 25/12/2016 6:48 AM, paul wrote: > >> A very happy and peaceful Christmas to Arthur and all from a breezy, cool >> London. >> paul >> >> On 24 December 2016 at 19:37, Hans-Christian Andersen < >> hans.andersen at phulse.com> wrote: >> >> Merry Christmas from someone en route on the ferry from Vancouver, which >>> got a decent amount of snow but is now thawing and wet, to Victoria, >>> which >>> is sunny and without any snow as per usual, to reunite with my family >>> (and >>> fix my broken server :)). >>> >>> - Hans >>> >>> >>> On Dec 24, 2016, at 11:06 AM, Arthur Fuller >>>> >>> wrote: >>> >>>> We have a little bit of snow, lingering upon the hedges, but nothing >>>> upon >>>> the ground, >>>> >>>> A. >>>> >>>> On Sat, Dec 24, 2016 at 1:53 PM, Kathryn Bassett >>>> wrote: >>>> >>>> Merry Christmas from California. And Happy Hanukkah to Rocky. >>>>> >>>>> Rained pretty good (we need it) yesterday, no rain until "periods of >>>>> >>>> rain" >>> >>>> on the 1st, but since that's Sunday, the Rose Parade is on Monday, when >>>>> it's >>>>> "plenty of clouds". >>>>> >>>>> -- >>>>> Kathryn Rhinehart Bassett (Pasadena CA) >>>>> "Genealogy is my bag" "GH is my soap" >>>>> kathryn at bassett.net >>>>> http://bassett.net >>>>> >>>>> >>>>> -----Original Message----- >>>>>> Hi all >>>>>> >>>>>> - a small break before family invades the house - and noticed I >>>>>> haven't >>>>>> >>>>> yet >>>>> >>>>>> seen any greetings this year. >>>>>> >>>>>> So let me wish those members still here - that includes you - a merry >>>>>> Christmas from Copenhagen! >>>>>> >>>>>> Gustav >>>>>> >>>>> >>>>> --- >>>>> This email has been checked for viruses by Avast antivirus software. >>>>> https://www.avast.com/antivirus >>>>> >>>>> >>>>> -- >>>>> AccessD mailing list >>>>> AccessD at databaseadvisors.com >>>>> http://databaseadvisors.com/mailman/listinfo/accessd >>>>> Website: http://www.databaseadvisors.com >>>>> >>>>> >>>> >>>> -- >>>> Arthur >>>> -- >>>> AccessD mailing list >>>> AccessD at databaseadvisors.com >>>> http://databaseadvisors.com/mailman/listinfo/accessd >>>> Website: http://www.databaseadvisors.com >>>> >>> -- >>> AccessD mailing list >>> AccessD at databaseadvisors.com >>> http://databaseadvisors.com/mailman/listinfo/accessd >>> Website: http://www.databaseadvisors.com >>> >>> >> >> > > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2016.0.7924 / Virus Database: 4749/13644 - Release Date: 12/23/16 > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From robert at servicexp.com Sat Dec 24 16:16:18 2016 From: robert at servicexp.com (Robert) Date: Sat, 24 Dec 2016 17:16:18 -0500 Subject: [AccessD] No Christmas? In-Reply-To: References: Message-ID: <001601d25e33$5b638ec0$122aac40$@servicexp.com> Merry Christmas Gustav and to all!! WBR Robert -----Original Message----- From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Gustav Brock Sent: Saturday, December 24, 2016 9:11 AM To: Access Developers discussion and problem solving Subject: [AccessD] No Christmas? Hi all - a small break before family invades the house - and noticed I haven't yet seen any greetings this year. So let me wish those members still here - that includes you - a merry Christmas from Copenhagen! Gustav -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From tewald at wowway.com Sat Dec 24 17:27:36 2016 From: tewald at wowway.com (Tom Ewald) Date: Sat, 24 Dec 2016 18:27:36 -0500 Subject: [AccessD] Easy way to play audio files from Access form Message-ID: <000001d25e3d$4f578f00$ee06ad00$@wowway.com> What's the easiest way to play a short (couple of seconds) audio file from an Access form? I have Access 2013, 64-bit. This should be so easy. The closest I've come is using an HTML link to an MP3 file on my desktop, and then having to go through Microsoft's stupid warning every time that the file I created with my software on my desktop could contain a virus. Good grief. It takes longer to get through the unwanted warning than to play the file. I'd rather have the file in the table, but I couldn't get that to work, either. It's a simple app to help me learn a foreign language, and I'd like to have the pronunciation available. Thanks, and Merry Christmas to those who, like me, celebrate it. Tom Ewald Detroit Area From rockysmolin at bchacc.com Sat Dec 24 17:46:03 2016 From: rockysmolin at bchacc.com (Rocky Smolin) Date: Sat, 24 Dec 2016 15:46:03 -0800 Subject: [AccessD] Merry Christmas To Us Message-ID: <00c701d25e3f$e3846160$aa8d2420$@bchacc.com> https://www.linkedin.com/pulse/microsoft-access-data-integration-michelle-me yer Rocky Smolin Beach Access Software 760-683-5777 www.bchacc.com www.e-z-mrp.com Skype: rocky.smolin From jackandpat.d at gmail.com Sat Dec 24 18:54:45 2016 From: jackandpat.d at gmail.com (jack drawbridge) Date: Sat, 24 Dec 2016 19:54:45 -0500 Subject: [AccessD] Easy way to play audio files from Access form In-Reply-To: <000001d25e3d$4f578f00$ee06ad00$@wowway.com> References: <000001d25e3d$4f578f00$ee06ad00$@wowway.com> Message-ID: Tom, For what it's worth, I found this and tried it (MS Access 2010 32/ Win 10. Try a variation of: Sub test() Dim s As Object Set s = CreateObject("SAPI.SpVoice") s.Speak "Greetings. How are you?" Set s = Nothing End Sub Good luck and Merry Christmas. On Sat, Dec 24, 2016 at 6:27 PM, Tom Ewald wrote: > What's the easiest way to play a short (couple of seconds) audio file from > an Access form? I have Access 2013, 64-bit. This should be so easy. The > closest I've come is using an HTML link to an MP3 file on my desktop, and > then having to go through Microsoft's stupid warning every time that the > file I created with my software on my desktop could contain a virus. Good > grief. It takes longer to get through the unwanted warning than to play the > file. I'd rather have the file in the table, but I couldn't get that to > work, either. It's a simple app to help me learn a foreign language, and > I'd > like to have the pronunciation available. > > Thanks, and Merry Christmas to those who, like me, celebrate it. > > Tom Ewald > Detroit Area > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From stuart at lexacorp.com.pg Sat Dec 24 19:04:49 2016 From: stuart at lexacorp.com.pg (Stuart McLachlan) Date: Sun, 25 Dec 2016 11:04:49 +1000 Subject: [AccessD] No Christmas? In-Reply-To: <9164d78e-de74-0fec-8a62-9ff3073ac94a@internode.on.net> References: , , <9164d78e-de74-0fec-8a62-9ff3073ac94a@internode.on.net> Message-ID: <585F1B31.16700.1DCF96EE@stuart.lexacorp.com.pg> Bikpela hamamas blong dispela Krismas na hepi Niu Yia go long yu! from a hot and sunny Port Moresby. On 25 Dec 2016 at 8:24, Bryan Fitzpatrick wrote: > Merry Chrtistmas to all from a very sunny Australia! > > Cheers*/ > /* > > */Bryan Fitzpatrick/* > > */Mobile: 0418 618 469/* > On 25/12/2016 6:48 AM, paul wrote: > > A very happy and peaceful Christmas to Arthur and all from a breezy, > > cool London. paul > > > > On 24 December 2016 at 19:37, Hans-Christian Andersen < > > hans.andersen at phulse.com> wrote: > > > >> Merry Christmas from someone en route on the ferry from Vancouver, > >> which got a decent amount of snow but is now thawing and wet, to > >> Victoria, which is sunny and without any snow as per usual, to > >> reunite with my family (and fix my broken server :)). > >> > >> - Hans > >> > >> > >>> On Dec 24, 2016, at 11:06 AM, Arthur Fuller > >>> > >> wrote: > >>> We have a little bit of snow, lingering upon the hedges, but > >>> nothing upon the ground, > >>> > >>> A. > >>> > >>> On Sat, Dec 24, 2016 at 1:53 PM, Kathryn Bassett > >>> wrote: > >>> > >>>> Merry Christmas from California. And Happy Hanukkah to Rocky. > >>>> > >>>> Rained pretty good (we need it) yesterday, no rain until "periods > >>>> of > >> rain" > >>>> on the 1st, but since that's Sunday, the Rose Parade is on > >>>> Monday, when it's "plenty of clouds". > >>>> > >>>> -- > >>>> Kathryn Rhinehart Bassett (Pasadena CA) > >>>> "Genealogy is my bag" "GH is my soap" > >>>> kathryn at bassett.net > >>>> http://bassett.net > >>>> > >>>> > >>>>> -----Original Message----- > >>>>> Hi all > >>>>> > >>>>> - a small break before family invades the house - and noticed I > >>>>> haven't > >>>> yet > >>>>> seen any greetings this year. > >>>>> > >>>>> So let me wish those members still here - that includes you - a > >>>>> merry Christmas from Copenhagen! > >>>>> > >>>>> Gustav > >>>> > >>>> --- > >>>> This email has been checked for viruses by Avast antivirus > >>>> software. https://www.avast.com/antivirus > >>>> > >>>> > >>>> -- > >>>> AccessD mailing list > >>>> AccessD at databaseadvisors.com > >>>> http://databaseadvisors.com/mailman/listinfo/accessd > >>>> Website: http://www.databaseadvisors.com > >>>> > >>> > >>> > >>> -- > >>> Arthur > >>> -- > >>> AccessD mailing list > >>> AccessD at databaseadvisors.com > >>> http://databaseadvisors.com/mailman/listinfo/accessd > >>> Website: http://www.databaseadvisors.com > >> -- > >> AccessD mailing list > >> AccessD at databaseadvisors.com > >> http://databaseadvisors.com/mailman/listinfo/accessd > >> Website: http://www.databaseadvisors.com > >> > > > > > > > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2016.0.7924 / Virus Database: 4749/13644 - Release Date: > 12/23/16 -- AccessD mailing list AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd Website: > http://www.databaseadvisors.com > From stuart at lexacorp.com.pg Sat Dec 24 19:25:06 2016 From: stuart at lexacorp.com.pg (Stuart McLachlan) Date: Sun, 25 Dec 2016 11:25:06 +1000 Subject: [AccessD] Easy way to play audio files from Access form In-Reply-To: <000001d25e3d$4f578f00$ee06ad00$@wowway.com> References: <000001d25e3d$4f578f00$ee06ad00$@wowway.com> Message-ID: <585F1FF2.18239.1DE22825@stuart.lexacorp.com.pg> If it's a .wav file, this should do it: Declare Function apisndPlaySound Lib "winmm" Alias "sndPlaySoundA" _ (ByVal filename As String, ByVal snd_async As Long) As Long Function PlayWav(sWavFile As String) As Long If apisndPlaySound(sWavFile, 1) = 0 Then MsgBox "The Sound Did Not Play!" End If End Function If it's a .mp3 file, it's not so easy. Since they are only short, I'd recommend converting .mp3 to .wav. Here's one tool to do it: http://lamexp.sourceforge.net/ On 24 Dec 2016 at 18:27, Tom Ewald wrote: > What's the easiest way to play a short (couple of seconds) audio file > from an Access form? I have Access 2013, 64-bit. This should be so > easy. The closest I've come is using an HTML link to an MP3 file on my > desktop, and then having to go through Microsoft's stupid warning > every time that the file I created with my software on my desktop > could contain a virus. Good grief. It takes longer to get through the > unwanted warning than to play the file. I'd rather have the file in > the table, but I couldn't get that to work, either. It's a simple app > to help me learn a foreign language, and I'd like to have the > pronunciation available. > > Thanks, and Merry Christmas to those who, like me, celebrate it. > > Tom Ewald > Detroit Area > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From pcs.accessd at gmail.com Sat Dec 24 20:47:22 2016 From: pcs.accessd at gmail.com (Borge Hansen) Date: Sun, 25 Dec 2016 02:47:22 +0000 (UTC) Subject: [AccessD] No Christmas? In-Reply-To: <585F1B31.16700.1DCF96EE@stuart.lexacorp.com.pg> References: , , <9164d78e-de74-0fec-8a62-9ff3073ac94a@internode.on.net> <585F1B31.16700.1DCF96EE@stuart.lexacorp.com.pg> Message-ID: <6475BA897AD0BD77.214DA0CA-DA57-425A-BD0A-8314E29A4002@mail.outlook.com> ????? from Shanghai and Merry Xmas from Gold Coast, Australia and Auckland, New Zealand ...?/borge Get Outlook for iOS_____________________________ From: Stuart McLachlan Sent: Sunday, December 25, 2016 2:06 pm Subject: Re: [AccessD] No Christmas? To: Access Developers discussion and problem solving Bikpela hamamas blong dispela Krismas na hepi Niu Yia go long yu! from a hot and sunny Port Moresby. On 25 Dec 2016 at 8:24, Bryan Fitzpatrick wrote: > Merry Chrtistmas to all from a very sunny Australia! > > Cheers*/ > /* > > */Bryan Fitzpatrick/* > > */Mobile: 0418 618 469/* > On 25/12/2016 6:48 AM, paul wrote: > > A very happy and peaceful Christmas to Arthur and all from a breezy, > > cool London. paul > > > > On 24 December 2016 at 19:37, Hans-Christian Andersen < > > hans.andersen at phulse.com> wrote: > > > >> Merry Christmas from someone en route on the ferry from Vancouver, > >> which got a decent amount of snow but is now thawing and wet, to > >> Victoria, which is sunny and without any snow as per usual, to > >> reunite with my family (and fix my broken server :)). > >> > >> - Hans > >> > >> > >>> On Dec 24, 2016, at 11:06 AM, Arthur Fuller > >>> > >> wrote: > >>> We have a little bit of snow, lingering upon the hedges, but > >>> nothing upon the ground, > >>> > >>> A. > >>> > >>> On Sat, Dec 24, 2016 at 1:53 PM, Kathryn Bassett > >>> wrote: > >>> > >>>> Merry Christmas from California. And Happy Hanukkah to Rocky. > >>>> > >>>> Rained pretty good (we need it) yesterday, no rain until "periods > >>>> of > >> rain" > >>>> on the 1st, but since that's Sunday, the Rose Parade is on > >>>> Monday, when it's "plenty of clouds". > >>>> > >>>> -- > >>>> Kathryn Rhinehart Bassett (Pasadena CA) > >>>> "Genealogy is my bag" "GH is my soap" > >>>> kathryn at bassett.net > >>>> http://bassett.net > >>>> > >>>> > >>>>> -----Original Message----- > >>>>> Hi all > >>>>> > >>>>> - a small break before family invades the house - and noticed I > >>>>> haven't > >>>> yet > >>>>> seen any greetings this year. > >>>>> > >>>>> So let me wish those members still here - that includes you - a > >>>>> merry Christmas from Copenhagen! > >>>>> > >>>>> Gustav > >>>> > >>>> --- > >>>> This email has been checked for viruses by Avast antivirus > >>>> software. https://www.avast.com/antivirus > >>>> > >>>> > >>>> -- > >>>> AccessD mailing list > >>>> AccessD at databaseadvisors.com > >>>> http://databaseadvisors.com/mailman/listinfo/accessd > >>>> Website: http://www.databaseadvisors.com > >>>> > >>> > >>> > >>> -- > >>> Arthur > >>> -- > >>> AccessD mailing list > >>> AccessD at databaseadvisors.com > >>> http://databaseadvisors.com/mailman/listinfo/accessd > >>> Website: http://www.databaseadvisors.com > >> -- > >> AccessD mailing list > >> AccessD at databaseadvisors.com > >> http://databaseadvisors.com/mailman/listinfo/accessd > >> Website: http://www.databaseadvisors.com > >> > > > > > > > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2016.0.7924 / Virus Database: 4749/13644 - Release Date: > 12/23/16 -- AccessD mailing list AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd Website: > http://www.databaseadvisors.com > -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From rockysmolin at bchacc.com Sat Dec 24 21:48:01 2016 From: rockysmolin at bchacc.com (Rocky Smolin) Date: Sat, 24 Dec 2016 19:48:01 -0800 Subject: [AccessD] Easy way to play audio files from Access form In-Reply-To: <000001d25e3d$4f578f00$ee06ad00$@wowway.com> References: <000001d25e3d$4f578f00$ee06ad00$@wowway.com> Message-ID: <00db01d25e61$b10a0bf0$131e23d0$@bchacc.com> It was easy back in Access 97. There was a command PlaySound that pointed to a file. I used to put insults and clips from cartoons or Homer saying D'oh to go with my messages. But now, I don't know. Be interested in this one myself. r -----Original Message----- From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Tom Ewald Sent: Saturday, December 24, 2016 3:28 PM To: accessd at databaseadvisors.com Subject: [AccessD] Easy way to play audio files from Access form What's the easiest way to play a short (couple of seconds) audio file from an Access form? I have Access 2013, 64-bit. This should be so easy. The closest I've come is using an HTML link to an MP3 file on my desktop, and then having to go through Microsoft's stupid warning every time that the file I created with my software on my desktop could contain a virus. Good grief. It takes longer to get through the unwanted warning than to play the file. I'd rather have the file in the table, but I couldn't get that to work, either. It's a simple app to help me learn a foreign language, and I'd like to have the pronunciation available. Thanks, and Merry Christmas to those who, like me, celebrate it. Tom Ewald Detroit Area -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From stuart at lexacorp.com.pg Sat Dec 24 22:44:00 2016 From: stuart at lexacorp.com.pg (Stuart McLachlan) Date: Sun, 25 Dec 2016 14:44:00 +1000 Subject: [AccessD] Easy way to play audio files from Access form In-Reply-To: <00db01d25e61$b10a0bf0$131e23d0$@bchacc.com> References: <000001d25e3d$4f578f00$ee06ad00$@wowway.com>, <00db01d25e61$b10a0bf0$131e23d0$@bchacc.com> Message-ID: <585F4E90.25935.1E9841E0@stuart.lexacorp.com.pg> Are you sure about that? I suspect you may have had a custom function there similar to my previous post. Getz/Glibert's VBA Developers Handbook and Dev Ashish both used the API with no mention of a built in function. -- Stuart On 24 Dec 2016 at 19:48, Rocky Smolin wrote: > It was easy back in Access 97. There was a command PlaySound that > pointed to a file. I used to put insults and clips from cartoons or > Homer saying D'oh to go with my messages. > > But now, I don't know. Be interested in this one myself. > > r > > -----Original Message----- > From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf > Of Tom Ewald Sent: Saturday, December 24, 2016 3:28 PM To: > accessd at databaseadvisors.com Subject: [AccessD] Easy way to play audio > files from Access form > > What's the easiest way to play a short (couple of seconds) audio file > from an Access form? I have Access 2013, 64-bit. This should be so > easy. The closest I've come is using an HTML link to an MP3 file on my > desktop, and then having to go through Microsoft's stupid warning > every time that the file I created with my software on my desktop > could contain a virus. Good grief. It takes longer to get through the > unwanted warning than to play the file. I'd rather have the file in > the table, but I couldn't get that to work, either. It's a simple app > to help me learn a foreign language, and I'd like to have the > pronunciation available. > > Thanks, and Merry Christmas to those who, like me, celebrate it. > > Tom Ewald > Detroit Area > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From rockysmolin at bchacc.com Sat Dec 24 23:46:40 2016 From: rockysmolin at bchacc.com (Rocky Smolin) Date: Sat, 24 Dec 2016 21:46:40 -0800 Subject: [AccessD] Easy way to play audio files from Access form In-Reply-To: <585F4E90.25935.1E9841E0@stuart.lexacorp.com.pg> References: <000001d25e3d$4f578f00$ee06ad00$@wowway.com>, <00db01d25e61$b10a0bf0$131e23d0$@bchacc.com> <585F4E90.25935.1E9841E0@stuart.lexacorp.com.pg> Message-ID: <00e601d25e72$443173e0$cc945ba0$@bchacc.com> It was 15+ years ago. I'm not sure about anything that far back. R -----Original Message----- From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Stuart McLachlan Sent: Saturday, December 24, 2016 8:44 PM To: Access Developers discussion and problem solving Subject: Re: [AccessD] Easy way to play audio files from Access form Are you sure about that? I suspect you may have had a custom function there similar to my previous post. Getz/Glibert's VBA Developers Handbook and Dev Ashish both used the API with no mention of a built in function. -- Stuart On 24 Dec 2016 at 19:48, Rocky Smolin wrote: > It was easy back in Access 97. There was a command PlaySound that > pointed to a file. I used to put insults and clips from cartoons or > Homer saying D'oh to go with my messages. > > But now, I don't know. Be interested in this one myself. > > r > > -----Original Message----- > From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf > Of Tom Ewald Sent: Saturday, December 24, 2016 3:28 PM To: > accessd at databaseadvisors.com Subject: [AccessD] Easy way to play audio > files from Access form > > What's the easiest way to play a short (couple of seconds) audio file > from an Access form? I have Access 2013, 64-bit. This should be so > easy. The closest I've come is using an HTML link to an MP3 file on my > desktop, and then having to go through Microsoft's stupid warning > every time that the file I created with my software on my desktop > could contain a virus. Good grief. It takes longer to get through the > unwanted warning than to play the file. I'd rather have the file in > the table, but I couldn't get that to work, either. It's a simple app > to help me learn a foreign language, and I'd like to have the > pronunciation available. > > Thanks, and Merry Christmas to those who, like me, celebrate it. > > Tom Ewald > Detroit Area > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From gustav at cactus.dk Sun Dec 25 11:22:03 2016 From: gustav at cactus.dk (Gustav Brock) Date: Sun, 25 Dec 2016 17:22:03 +0000 Subject: [AccessD] Easy way to play audio files from Access form In-Reply-To: References: <000001d25e3d$4f578f00$ee06ad00$@wowway.com>, Message-ID: Hi Jack Never heard of that API. Thanks for the tip! /gustav ________________________________________ Fra: AccessD p? vegne af jack drawbridge Sendt: 25. december 2016 01:54:45 Til: Access Developers discussion and problem solving Emne: Re: [AccessD] Easy way to play audio files from Access form Tom, For what it's worth, I found this and tried it (MS Access 2010 32/ Win 10. Try a variation of: Sub test() Dim s As Object Set s = CreateObject("SAPI.SpVoice") s.Speak "Greetings. How are you?" Set s = Nothing End Sub Good luck and Merry Christmas. On Sat, Dec 24, 2016 at 6:27 PM, Tom Ewald wrote: > What's the easiest way to play a short (couple of seconds) audio file from > an Access form? I have Access 2013, 64-bit. This should be so easy. The > closest I've come is using an HTML link to an MP3 file on my desktop, and > then having to go through Microsoft's stupid warning every time that the > file I created with my software on my desktop could contain a virus. Good > grief. It takes longer to get through the unwanted warning than to play the > file. I'd rather have the file in the table, but I couldn't get that to > work, either. It's a simple app to help me learn a foreign language, and > I'd > like to have the pronunciation available. > > Thanks, and Merry Christmas to those who, like me, celebrate it. > > Tom Ewald > Detroit Area > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From fuller.artful at gmail.com Sun Dec 25 11:48:41 2016 From: fuller.artful at gmail.com (Arthur Fuller) Date: Sun, 25 Dec 2016 12:48:41 -0500 Subject: [AccessD] Easy way to play audio files from Access form In-Reply-To: References: <000001d25e3d$4f578f00$ee06ad00$@wowway.com> Message-ID: It even understands such phrases as "You are a douche-bottle." For those inclined, there is no such thing as a douche-bag. It only comes in bottular form. That aside, one of the most hilarious episodes of NYPD Blue concerned Sipowitz (Denis Franz) teaching his boss's parrot how to say "douchebag", and thereafter, when every collar came in, the parrot would announce his or her presence with "douchebag'.. A ? From charlotte.foust at gmail.com Wed Dec 28 11:57:08 2016 From: charlotte.foust at gmail.com (Charlotte Foust) Date: Wed, 28 Dec 2016 09:57:08 -0800 Subject: [AccessD] EquipmentRentalSystem_FE181_A2010.zip In-Reply-To: <024001d254be$20544a00$60fcde00$@bchacc.com> References: <01e101d25495$97341980$c59c4c80$@bchacc.com> <005701d2549f$4431bfd0$cc953f70$@voiceandvideo.com> <024001d254be$20544a00$60fcde00$@bchacc.com> Message-ID: Is your visual studio version the same as the client's? Charlotte Foust 916-206-4336 On Dec 12, 2016 1:27 PM, "Rocky Smolin" wrote: From: Rocky Smolin [mailto:rockysmolin at bchacc.com] Sent: Monday, December 12, 2016 10:27 AM To: 'Access Developers discussion and problem solving'; 'Off Topic' Subject: FW: EquipmentRentalSystem_FE181_A2010.zip Dear Lists: Still struggling with the ?Access has stopped working?? error. I have a version of the app which runs on my machine but fails on the client. I am running 14.0.7173.5000 and they are running Version 14.0.7015.1000. Client says they?ve installed all the updates. But if I can get them up to my Build maybe that will help? Otherwise, I?m pretty well stymied here. No solutions on the internets that I can find regarding MSVCR90.dll which seems to be the culprit. Is there any way to determine which patches they need to get up to .7173? Any other WAGs welcome. TIA Rocky From: duhking at voiceandvideo.com [mailto:duhking at voiceandvideo.com] Sent: Monday, December 12, 2016 9:44 AM To: 'Rocky Smolin' Subject: RE: EquipmentRentalSystem_FE181_A2010.zip Buen dia. First attempt ended up locking up the program when I clicked the envelope to create and send the PDF. Second attempt got a bit further, started to create a PDF, and then crashed, shut down, and restarted. - System - Provider [ Name] Application Error - EventID 1000 [ Qualifiers] 0 Level 2 Task 100 Keywords 0x80000000000000 - TimeCreated [ SystemTime] 2016-12-12T17:37:16.000000000Z EventRecordID 79346 Channel Application Computer Dave-PC Security - EventData MSACCESS.EXE 14.0.7015.1000 51ccb78c MSVCR90.dll 9.0.30729.6161 4dace5b9 c0000417 0006ccd5 ba0 01d2549da6bfbd10 C:\Program Files\Microsoft Office\Office14\MSACCESS.EXE C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_non e_50934f2ebcb7eb57\MSVCR90.dll 9f66b269-c091-11e6-80be-6cf0490ebd00 From: Rocky Smolin [mailto:rockysmolin at bchacc.com] Sent: Monday, December 12, 2016 8:34 AM To: Dave Subject: EquipmentRentalSystem_FE181_A2010.zip Dave: Please test this version and let me know results. Thanks R -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From martinreid at gmail.com Wed Dec 28 12:46:39 2016 From: martinreid at gmail.com (Martin Reid) Date: Wed, 28 Dec 2016 18:46:39 +0000 Subject: [AccessD] EquipmentRentalSystem_FE181_A2010.zip In-Reply-To: References: <01e101d25495$97341980$c59c4c80$@bchacc.com> <005701d2549f$4431bfd0$cc953f70$@voiceandvideo.com> <024001d254be$20544a00$60fcde00$@bchacc.com> Message-ID: <58640891.a285c20a.d98b9.5377@mx.google.com> http://www.eventid.net/display-eventid-1000-source-Microsoft%20Office%2010-eventno-984-phase-1.htm -----Original Message----- From: "Charlotte Foust" Sent: ?28/?12/?2016 17:59 To: "Access Developers discussion and problem" Subject: Re: [AccessD] EquipmentRentalSystem_FE181_A2010.zip Is your visual studio version the same as the client's? Charlotte Foust 916-206-4336 On Dec 12, 2016 1:27 PM, "Rocky Smolin" wrote: From: Rocky Smolin [mailto:rockysmolin at bchacc.com] Sent: Monday, December 12, 2016 10:27 AM To: 'Access Developers discussion and problem solving'; 'Off Topic' Subject: FW: EquipmentRentalSystem_FE181_A2010.zip Dear Lists: Still struggling with the ?Access has stopped working?? error. I have a version of the app which runs on my machine but fails on the client. I am running 14.0.7173.5000 and they are running Version 14.0.7015.1000. Client says they?ve installed all the updates. But if I can get them up to my Build maybe that will help? Otherwise, I?m pretty well stymied here. No solutions on the internets that I can find regarding MSVCR90.dll which seems to be the culprit. Is there any way to determine which patches they need to get up to .7173? Any other WAGs welcome. TIA Rocky From: duhking at voiceandvideo.com [mailto:duhking at voiceandvideo.com] Sent: Monday, December 12, 2016 9:44 AM To: 'Rocky Smolin' Subject: RE: EquipmentRentalSystem_FE181_A2010.zip Buen dia. First attempt ended up locking up the program when I clicked the envelope to create and send the PDF. Second attempt got a bit further, started to create a PDF, and then crashed, shut down, and restarted. - System - Provider [ Name] Application Error - EventID 1000 [ Qualifiers] 0 Level 2 Task 100 Keywords 0x80000000000000 - TimeCreated [ SystemTime] 2016-12-12T17:37:16.000000000Z EventRecordID 79346 Channel Application Computer Dave-PC Security - EventData MSACCESS.EXE 14.0.7015.1000 51ccb78c MSVCR90.dll 9.0.30729.6161 4dace5b9 c0000417 0006ccd5 ba0 01d2549da6bfbd10 C:\Program Files\Microsoft Office\Office14\MSACCESS.EXE C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_non e_50934f2ebcb7eb57\MSVCR90.dll 9f66b269-c091-11e6-80be-6cf0490ebd00 From: Rocky Smolin [mailto:rockysmolin at bchacc.com] Sent: Monday, December 12, 2016 8:34 AM To: Dave Subject: EquipmentRentalSystem_FE181_A2010.zip Dave: Please test this version and let me know results. Thanks R -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From accessd at shaw.ca Wed Dec 28 17:24:40 2016 From: accessd at shaw.ca (Jim Lawrence) Date: Wed, 28 Dec 2016 16:24:40 -0700 (MST) Subject: [AccessD] EquipmentRentalSystem_FE181_A2010.zip In-Reply-To: <58640891.a285c20a.d98b9.5377@mx.google.com> References: <01e101d25495$97341980$c59c4c80$@bchacc.com> <005701d2549f$4431bfd0$cc953f70$@voiceandvideo.com> <024001d254be$20544a00$60fcde00$@bchacc.com> <58640891.a285c20a.d98b9.5377@mx.google.com> Message-ID: <1696104961.8652737.1482967480324.JavaMail.zimbra@shaw.ca> Good link...thanks Martin. Jim ----- Original Message ----- From: "Martin Reid" To: "Access Developers discussion and problem solving" Sent: Wednesday, December 28, 2016 10:46:39 AM Subject: Re: [AccessD] EquipmentRentalSystem_FE181_A2010.zip http://www.eventid.net/display-eventid-1000-source-Microsoft%20Office%2010-eventno-984-phase-1.htm -----Original Message----- From: "Charlotte Foust" Sent: ?28/?12/?2016 17:59 To: "Access Developers discussion and problem" Subject: Re: [AccessD] EquipmentRentalSystem_FE181_A2010.zip Is your visual studio version the same as the client's? Charlotte Foust 916-206-4336 On Dec 12, 2016 1:27 PM, "Rocky Smolin" wrote: From: Rocky Smolin [mailto:rockysmolin at bchacc.com] Sent: Monday, December 12, 2016 10:27 AM To: 'Access Developers discussion and problem solving'; 'Off Topic' Subject: FW: EquipmentRentalSystem_FE181_A2010.zip Dear Lists: Still struggling with the ?Access has stopped working?? error. I have a version of the app which runs on my machine but fails on the client. I am running 14.0.7173.5000 and they are running Version 14.0.7015.1000. Client says they?ve installed all the updates. But if I can get them up to my Build maybe that will help? Otherwise, I?m pretty well stymied here. No solutions on the internets that I can find regarding MSVCR90.dll which seems to be the culprit. Is there any way to determine which patches they need to get up to .7173? Any other WAGs welcome. TIA Rocky From: duhking at voiceandvideo.com [mailto:duhking at voiceandvideo.com] Sent: Monday, December 12, 2016 9:44 AM To: 'Rocky Smolin' Subject: RE: EquipmentRentalSystem_FE181_A2010.zip Buen dia. First attempt ended up locking up the program when I clicked the envelope to create and send the PDF. Second attempt got a bit further, started to create a PDF, and then crashed, shut down, and restarted. - System - Provider [ Name] Application Error - EventID 1000 [ Qualifiers] 0 Level 2 Task 100 Keywords 0x80000000000000 - TimeCreated [ SystemTime] 2016-12-12T17:37:16.000000000Z EventRecordID 79346 Channel Application Computer Dave-PC Security - EventData MSACCESS.EXE 14.0.7015.1000 51ccb78c MSVCR90.dll 9.0.30729.6161 4dace5b9 c0000417 0006ccd5 ba0 01d2549da6bfbd10 C:\Program Files\Microsoft Office\Office14\MSACCESS.EXE C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_non e_50934f2ebcb7eb57\MSVCR90.dll 9f66b269-c091-11e6-80be-6cf0490ebd00 From: Rocky Smolin [mailto:rockysmolin at bchacc.com] Sent: Monday, December 12, 2016 8:34 AM To: Dave Subject: EquipmentRentalSystem_FE181_A2010.zip Dave: Please test this version and let me know results. Thanks R -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From tinanfields at torchlake.com Fri Dec 30 08:20:01 2016 From: tinanfields at torchlake.com (Tina Norris Fields) Date: Fri, 30 Dec 2016 09:20:01 -0500 Subject: [AccessD] Easy way to play audio files from Access form In-Reply-To: References: <000001d25e3d$4f578f00$ee06ad00$@wowway.com> Message-ID: Arthur, speaking from experience, I can tell you that the apparatus used to be a rubber bag with a hose. T Tina Norris Fields tinanfields-at-torchlake-dot-com 231-322-2787 On 12/25/16 12:48 PM, Arthur Fuller wrote: > It even understands such phrases as "You are a douche-bottle." For those > inclined, there is no such thing as a douche-bag. It only comes in bottular > form. That aside, one of the most hilarious episodes of NYPD Blue concerned > Sipowitz (Denis Franz) teaching his boss's parrot how to say "douchebag", > and thereafter, when every collar came in, the parrot would announce his or > her presence with "douchebag'.. > > A > ? From fuller.artful at gmail.com Fri Dec 30 09:30:26 2016 From: fuller.artful at gmail.com (Arthur Fuller) Date: Fri, 30 Dec 2016 10:30:26 -0500 Subject: [AccessD] Easy way to play audio files from Access form In-Reply-To: References: <000001d25e3d$4f578f00$ee06ad00$@wowway.com> Message-ID: Stuart, I tried your code in A2007 and it worked fine. Tina, Experience always trumps hearsay. A. ? From tinanfields at torchlake.com Sat Dec 31 08:21:07 2016 From: tinanfields at torchlake.com (Tina Norris Fields) Date: Sat, 31 Dec 2016 09:21:07 -0500 Subject: [AccessD] Google API for address sanitising In-Reply-To: References: Message-ID: Thank you for that, Gustav. I will make use of it. TNF Tina Norris Fields tinanfields-at-torchlake-dot-com 231-322-2787 On 12/21/16 2:34 AM, Gustav Brock wrote: > Hi all > > Did you know that you can sanitise an address by a single call to Google API? It even accepts our European and localised spelling and returns these correctly. For example, a call containing our malformed company address: > > https://maps.googleapis.com/maps/api/geocode/json?address=kalkbranderiloebsk 4A, DK - 2100 K?benhavn > > returns a Json with the correct spelling and postal code (country code DK should not be prefixed): > > "Kalkbr?nderil?bskaj 4A, 2100 K?benhavn ?, Danmark", > > Replace the commas, and you have the correct address block: > > Kalkbr?nderil?bskaj 4A > 2100 K?benhavn ? > Danmark > > Indeed, for our US friends it can very useful, as you have a bad habit of abbreviating street names. > > As you may know, there is a limit for free calls of 2000 per day. If more, you need a paid license - it should be quite fair though. > > /gustav From tinanfields at torchlake.com Sat Dec 31 08:22:15 2016 From: tinanfields at torchlake.com (Tina Norris Fields) Date: Sat, 31 Dec 2016 09:22:15 -0500 Subject: [AccessD] Google API for address sanitising In-Reply-To: <355BDB0973DE4E549D065CE533D1B070@XPS> References: <355BDB0973DE4E549D065CE533D1B070@XPS> Message-ID: <70717cb1-e82a-dad6-2096-b8de56f22598@torchlake.com> Thank you, Jim, for the link and the comments. All very useful. TNF Tina Norris Fields tinanfields-at-torchlake-dot-com 231-322-2787 On 12/21/16 8:46 AM, Jim Dettman wrote: > and if your just getting into stuff like this, this will be helpful: > > https://github.com/VBA-tools/VBA-Web > > and on the point of sanitizing addresses, just about any of the map > services will do that (MapQuest and Bing for example). All have different > usage requirements though and at some point, you have to start paying. > MapQuest has made some recent changes that might make it more attractive > than Google as they are trying to compete. > > The only other thing I'd add is be careful adding this into your apps. In > regards to Google, I thought 2000 calls a day would never be hit, but what > you find is that it's quite easy to get there, even on a moderate sized app. > That's because it's not 2000 calls of checking an address, but 2000 calls a > day to the site in total. That includes addressing, lat/long lookups, push > pin mapping, getting info on a place, etc. Depending on the task, you may > make multiple calls in order to get it done. Those can add up quickly. > > Jim. > > -----Original Message----- > From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of > Gustav Brock > Sent: Wednesday, December 21, 2016 02:34 AM > To: Access Developers discussion and problem solving > Subject: [AccessD] Google API for address sanitising > > Hi all > > Did you know that you can sanitise an address by a single call to Google > API? It even accepts our European and localised spelling and returns these > correctly. For example, a call containing our malformed company address: > > > https://maps.googleapis.com/maps/api/geocode/json?address=kalkbranderiloebsk > 4A, DK - 2100 K?benhavn > > returns a Json with the correct spelling and postal code (country code DK > should not be prefixed): > > "Kalkbr?nderil?bskaj 4A, 2100 K?benhavn ?, Danmark", > > Replace the commas, and you have the correct address block: > > Kalkbr?nderil?bskaj 4A > 2100 K?benhavn ? > Danmark > > Indeed, for our US friends it can very useful, as you have a bad habit of > abbreviating street names. > > As you may know, there is a limit for free calls of 2000 per day. If more, > you need a paid license - it should be quite fair though. > > /gustav From jwcolby at gmail.com Sat Dec 31 08:55:41 2016 From: jwcolby at gmail.com (John Colby) Date: Sat, 31 Dec 2016 09:55:41 -0500 Subject: [AccessD] wORK Message-ID: Does anyone have any Access work they are too busy to get around to? If so email me offline. Thanks, -- John W. Colby From fuller.artful at gmail.com Sat Dec 31 11:09:08 2016 From: fuller.artful at gmail.com (Arthur Fuller) Date: Sat, 31 Dec 2016 12:09:08 -0500 Subject: [AccessD] Google API for address sanitising In-Reply-To: <70717cb1-e82a-dad6-2096-b8de56f22598@torchlake.com> References: <355BDB0973DE4E549D065CE533D1B070@XPS> <70717cb1-e82a-dad6-2096-b8de56f22598@torchlake.com> Message-ID: Gustav, A couple of questions from a stupid person: 1. From your example it appears that the full call is the URL + the address to sanitize. Given most databases containing addresses, street name, city, district, postal code and country would all be in separate fields. So is the correct strategy to assemble a string containing all the pieces and pass that along with the URL? 2. You say it returns a JSON containing the sanitized address. By "returns" I'm guessing that I declare a variable, assign the URL and address string to it; it receives the JSON object as returned. I then replace the commas with vbCRLF. Is this correct? Happy New Year! /Arthur ? From accessd at shaw.ca Sat Dec 31 11:47:20 2016 From: accessd at shaw.ca (Jim Lawrence) Date: Sat, 31 Dec 2016 10:47:20 -0700 (MST) Subject: [AccessD] wORK In-Reply-To: References: Message-ID: <1811205431.14520491.1483206440508.JavaMail.zimbra@shaw.ca> Hi John: I have not heard of any Access job for close to a year. Everyone, today, wants web work (HTML5) graphics and maybe an ASP.Net BE. I have passed up a couple of such projects but anything in the New Years, along that line, I will pass on to you. I will ask around as well as there are still a few of us old-timers in the business and most of them are in management positions now. The good trend is that most companies (78 to 83 percent, from the latest stats, I read) are quite happy to use remote workers. Aside: I just finished working on a big infrastructure project that involved about 400 machines, servers, printers, NAS, new operating systems, stations, switches and routers. My part of the job was "the Linux" as it all was a real mixed bag of hardware and software. Most of the heavy lifting was done by the young geeks but I could entertain them with tales of how the computer industry use to be. ;-) The one upsetting trend is that there are not as many women in the business these days? For my part it was only a three day job....about my style these days. ;-) Jim ----- Original Message ----- From: "John Colby" To: "Access Developers discussion and problem solving" Sent: Saturday, December 31, 2016 6:55:41 AM Subject: [AccessD] wORK Does anyone have any Access work they are too busy to get around to? If so email me offline. Thanks, -- John W. Colby -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com