From ssharkins at gmail.com Thu Apr 1 08:15:58 2021 From: ssharkins at gmail.com (Susan Harkins) Date: Thu, 1 Apr 2021 09:15:58 -0400 Subject: [dba-Tech] Word Replace with wildcard Message-ID: <664b01d726f9$282b5680$78820380$@gmail.com> I've run into an interesting find/replace question and I can do it with two searches, but I believe it can be done in one. I should know this, but for the life of me, I can't get it right. Hoping for a bit of help. Problem: Reader has a Word document with several three-digit numbers beginning with 3. He wants to change the 3 to 5, leaving the other two digits as is. Thanks! Susan H. From gustav at cactus.dk Thu Apr 1 08:31:50 2021 From: gustav at cactus.dk (Gustav Brock) Date: Thu, 1 Apr 2021 13:31:50 +0000 Subject: [dba-Tech] Word Replace with wildcard In-Reply-To: <664b01d726f9$282b5680$78820380$@gmail.com> References: <664b01d726f9$282b5680$78820380$@gmail.com> Message-ID: Hi Susan In the Replace window, mark: Search for prefix Search for: 3 Replace with: 5 /gustav ________________________________ Fra: dba-Tech p? vegne af Susan Harkins Sendt: 1. april 2021 15:15 Til: 'Discussion of Hardware and Software issues' Emne: [dba-Tech] Word Replace with wildcard I've run into an interesting find/replace question and I can do it with two searches, but I believe it can be done in one. I should know this, but for the life of me, I can't get it right. Hoping for a bit of help. Problem: Reader has a Word document with several three-digit numbers beginning with 3. He wants to change the 3 to 5, leaving the other two digits as is. Thanks! Susan H. From ssharkins at gmail.com Thu Apr 1 08:36:14 2021 From: ssharkins at gmail.com (Susan Harkins) Date: Thu, 1 Apr 2021 09:36:14 -0400 Subject: [dba-Tech] Word Replace with wildcard In-Reply-To: References: <664b01d726f9$282b5680$78820380$@gmail.com> Message-ID: <667a01d726fb$fcc5b0a0$f65111e0$@gmail.com> Yes, that's close, but it doesn't stop at only 3-digit numbers. It will change the 3 to 5 for any number that begins with 5. But it's a good solution if there's only 3-digit numbers. Susan H. -----Original Message----- From: dba-Tech On Behalf Of Gustav Brock via dba-Tech Sent: Thursday, April 1, 2021 9:32 AM To: Discussion of Hardware and Software issues Cc: Gustav Brock Subject: Re: [dba-Tech] Word Replace with wildcard Hi Susan In the Replace window, mark: Search for prefix Search for: 3 Replace with: 5 /gustav ________________________________ Fra: dba-Tech p? vegne af Susan Harkins Sendt: 1. april 2021 15:15 Til: 'Discussion of Hardware and Software issues' Emne: [dba-Tech] Word Replace with wildcard I've run into an interesting find/replace question and I can do it with two searches, but I believe it can be done in one. I should know this, but for the life of me, I can't get it right. Hoping for a bit of help. Problem: Reader has a Word document with several three-digit numbers beginning with 3. He wants to change the 3 to 5, leaving the other two digits as is. Thanks! Susan H. _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com From gustav at cactus.dk Thu Apr 1 08:40:28 2021 From: gustav at cactus.dk (Gustav Brock) Date: Thu, 1 Apr 2021 13:40:28 +0000 Subject: [dba-Tech] Word Replace with wildcard In-Reply-To: <667a01d726fb$fcc5b0a0$f65111e0$@gmail.com> References: <664b01d726f9$282b5680$78820380$@gmail.com> , <667a01d726fb$fcc5b0a0$f65111e0$@gmail.com> Message-ID: Hi Susan Oh, that you didn't mention. Then, I guess, you are left with a VBA solution. /gustav ________________________________ Fra: dba-Tech p? vegne af Susan Harkins Sendt: 1. april 2021 15:36 Til: 'Discussion of Hardware and Software issues' Emne: Re: [dba-Tech] Word Replace with wildcard Yes, that's close, but it doesn't stop at only 3-digit numbers. It will change the 3 to 5 for any number that begins with 5. But it's a good solution if there's only 3-digit numbers. Susan H. -----Original Message----- From: dba-Tech On Behalf Of Gustav Brock via dba-Tech Sent: Thursday, April 1, 2021 9:32 AM To: Discussion of Hardware and Software issues Cc: Gustav Brock Subject: Re: [dba-Tech] Word Replace with wildcard Hi Susan In the Replace window, mark: Search for prefix Search for: 3 Replace with: 5 /gustav ________________________________ Fra: dba-Tech p? vegne af Susan Harkins Sendt: 1. april 2021 15:15 Til: 'Discussion of Hardware and Software issues' Emne: [dba-Tech] Word Replace with wildcard I've run into an interesting find/replace question and I can do it with two searches, but I believe it can be done in one. I should know this, but for the life of me, I can't get it right. Hoping for a bit of help. Problem: Reader has a Word document with several three-digit numbers beginning with 3. He wants to change the 3 to 5, leaving the other two digits as is. Thanks! Susan H. From ssharkins at gmail.com Thu Apr 1 08:57:44 2021 From: ssharkins at gmail.com (Susan Harkins) Date: Thu, 1 Apr 2021 09:57:44 -0400 Subject: [dba-Tech] Word Replace with wildcard References: <664b01d726f9$282b5680$78820380$@gmail.com> Message-ID: <668601d726fe$fe353ed0$fa9fbc70$@gmail.com> I've got it close, but I can't limit it to 3-digit numbers. Find: (<3)(?)(?) Replace: 5\2\3 It works with 302, 398, 357, and so on, but it also changes 3598. -----Original Message----- From: Susan Harkins Sent: Thursday, April 1, 2021 9:36 AM To: 'Discussion of Hardware and Software issues' Subject: RE: [dba-Tech] Word Replace with wildcard Yes, that's close, but it doesn't stop at only 3-digit numbers. It will change the 3 to 5 for any number that begins with 5. But it's a good solution if there's only 3-digit numbers. Susan H. -----Original Message----- From: dba-Tech On Behalf Of Gustav Brock via dba-Tech Sent: Thursday, April 1, 2021 9:32 AM To: Discussion of Hardware and Software issues Cc: Gustav Brock Subject: Re: [dba-Tech] Word Replace with wildcard Hi Susan In the Replace window, mark: Search for prefix Search for: 3 Replace with: 5 /gustav ________________________________ Fra: dba-Tech p? vegne af Susan Harkins Sendt: 1. april 2021 15:15 Til: 'Discussion of Hardware and Software issues' Emne: [dba-Tech] Word Replace with wildcard I've run into an interesting find/replace question and I can do it with two searches, but I believe it can be done in one. I should know this, but for the life of me, I can't get it right. Hoping for a bit of help. Problem: Reader has a Word document with several three-digit numbers beginning with 3. He wants to change the 3 to 5, leaving the other two digits as is. Thanks! Susan H. _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com From ssharkins at gmail.com Thu Apr 1 09:34:19 2021 From: ssharkins at gmail.com (Susan Harkins) Date: Thu, 1 Apr 2021 10:34:19 -0400 Subject: [dba-Tech] Word Replace with wildcard References: <664b01d726f9$282b5680$78820380$@gmail.com> Message-ID: <66ec01d72704$1a31e930$4e95bb90$@gmail.com> Got it!!!! Find: <3([0-9])([0-9])> Replace: 5\1\2 Thanks! Susan H. -----Original Message----- From: Susan Harkins Sent: Thursday, April 1, 2021 9:58 AM To: 'Discussion of Hardware and Software issues' Subject: RE: [dba-Tech] Word Replace with wildcard I've got it close, but I can't limit it to 3-digit numbers. Find: (<3)(?)(?) Replace: 5\2\3 It works with 302, 398, 357, and so on, but it also changes 3598. -----Original Message----- From: Susan Harkins Sent: Thursday, April 1, 2021 9:36 AM To: 'Discussion of Hardware and Software issues' Subject: RE: [dba-Tech] Word Replace with wildcard Yes, that's close, but it doesn't stop at only 3-digit numbers. It will change the 3 to 5 for any number that begins with 5. But it's a good solution if there's only 3-digit numbers. Susan H. -----Original Message----- From: dba-Tech On Behalf Of Gustav Brock via dba-Tech Sent: Thursday, April 1, 2021 9:32 AM To: Discussion of Hardware and Software issues Cc: Gustav Brock Subject: Re: [dba-Tech] Word Replace with wildcard Hi Susan In the Replace window, mark: Search for prefix Search for: 3 Replace with: 5 /gustav ________________________________ Fra: dba-Tech p? vegne af Susan Harkins Sendt: 1. april 2021 15:15 Til: 'Discussion of Hardware and Software issues' Emne: [dba-Tech] Word Replace with wildcard I've run into an interesting find/replace question and I can do it with two searches, but I believe it can be done in one. I should know this, but for the life of me, I can't get it right. Hoping for a bit of help. Problem: Reader has a Word document with several three-digit numbers beginning with 3. He wants to change the 3 to 5, leaving the other two digits as is. Thanks! Susan H. _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com From rockysmolin2 at gmail.com Thu Apr 1 10:19:14 2021 From: rockysmolin2 at gmail.com (Rocky Smolin) Date: Thu, 1 Apr 2021 08:19:14 -0700 Subject: [dba-Tech] Word Replace with wildcard In-Reply-To: <664b01d726f9$282b5680$78820380$@gmail.com> References: <664b01d726f9$282b5680$78820380$@gmail.com> Message-ID: Does the ? serve as a wildcard? Would replace 3?? with 5?? work? r On Thu, Apr 1, 2021 at 6:16 AM Susan Harkins wrote: > I've run into an interesting find/replace question and I can do it with two > searches, but I believe it can be done in one. I should know this, but for > the life of me, I can't get it right. Hoping for a bit of help. > > > > Problem: Reader has a Word document with several three-digit numbers > beginning with 3. He wants to change the 3 to 5, leaving the other two > digits as is. > > > > Thanks! > > Susan H. > > _______________________________________________ > dba-Tech mailing list > dba-Tech at databaseadvisors.com > https://databaseadvisors.com/mailman/listinfo/dba-tech > Website: http://www.databaseadvisors.com > From ssharkins at gmail.com Thu Apr 1 10:37:42 2021 From: ssharkins at gmail.com (Susan Harkins) Date: Thu, 1 Apr 2021 11:37:42 -0400 Subject: [dba-Tech] Word Replace with wildcard In-Reply-To: References: <664b01d726f9$282b5680$78820380$@gmail.com> Message-ID: <677301d7270c$f48b7530$dda25f90$@gmail.com> No, that replaces 3xx with 5?? -- interprets ? as a literal character, not a wildcard. I saw a lot of examples online using ? but it never worked for me. Susan H. Does the ? serve as a wildcard? Would replace 3?? with 5?? work? r On Thu, Apr 1, 2021 at 6:16 AM Susan Harkins wrote: > I've run into an interesting find/replace question and I can do it > with two searches, but I believe it can be done in one. I should know > this, but for the life of me, I can't get it right. Hoping for a bit of help. > > > > Problem: Reader has a Word document with several three-digit numbers > beginning with 3. He wants to change the 3 to 5, leaving the other two > digits as is. > > > > Thanks! > > Susan H. > > _______________________________________________ > dba-Tech mailing list > dba-Tech at databaseadvisors.com > https://databaseadvisors.com/mailman/listinfo/dba-tech > Website: http://www.databaseadvisors.com > _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com From rockysmolin2 at gmail.com Thu Apr 1 10:48:15 2021 From: rockysmolin2 at gmail.com (Rocky Smolin) Date: Thu, 1 Apr 2021 08:48:15 -0700 Subject: [dba-Tech] Word Replace with wildcard In-Reply-To: <677301d7270c$f48b7530$dda25f90$@gmail.com> References: <664b01d726f9$282b5680$78820380$@gmail.com> <677301d7270c$f48b7530$dda25f90$@gmail.com> Message-ID: Yeah, really worked well in DOS for file searches. But that was in the previous century, wasn't it? OK- brute force alternative - assuming the doc is not a thousand pages and there are a relatively small number of these replacements - search for 3 with a preceding space - (space)3 - and replace with (space)5, but not global, so you stop at each occurrence of a string that has a preceding space and starts with three. Then click Replace or Find Next. Then if it stops at a string of four digits - 3123 - you could bypass the replace. How long would that take? r On Thu, Apr 1, 2021 at 8:37 AM Susan Harkins wrote: > No, that replaces 3xx with 5?? -- interprets ? as a literal character, not > a > wildcard. > > I saw a lot of examples online using ? but it never worked for me. > > Susan H. > > > Does the ? serve as a wildcard? Would replace 3?? with 5?? work? > > r > > On Thu, Apr 1, 2021 at 6:16 AM Susan Harkins wrote: > > > I've run into an interesting find/replace question and I can do it > > with two searches, but I believe it can be done in one. I should know > > this, but for the life of me, I can't get it right. Hoping for a bit of > help. > > > > > > > > Problem: Reader has a Word document with several three-digit numbers > > beginning with 3. He wants to change the 3 to 5, leaving the other two > > digits as is. > > > > > > > > Thanks! > > > > Susan H. > > > > _______________________________________________ > > dba-Tech mailing list > > dba-Tech at databaseadvisors.com > > https://databaseadvisors.com/mailman/listinfo/dba-tech > > Website: http://www.databaseadvisors.com > > > _______________________________________________ > dba-Tech mailing list > dba-Tech at databaseadvisors.com > https://databaseadvisors.com/mailman/listinfo/dba-tech > Website: http://www.databaseadvisors.com > > _______________________________________________ > dba-Tech mailing list > dba-Tech at databaseadvisors.com > https://databaseadvisors.com/mailman/listinfo/dba-tech > Website: http://www.databaseadvisors.com > From ssharkins at gmail.com Thu Apr 1 10:55:09 2021 From: ssharkins at gmail.com (Susan Harkins) Date: Thu, 1 Apr 2021 11:55:09 -0400 Subject: [dba-Tech] Word Replace with wildcard In-Reply-To: References: <664b01d726f9$282b5680$78820380$@gmail.com> <677301d7270c$f48b7530$dda25f90$@gmail.com> Message-ID: <679001d7270f$64fbb850$2ef328f0$@gmail.com> < > denote the beginning and ending of a string, respectively -- so you don't need the spaces -- but I've figured it out. If you haven't seen that post, you should soon. Susan H. -----Original Message----- From: dba-Tech On Behalf Of Rocky Smolin Sent: Thursday, April 1, 2021 11:48 AM To: Discussion of Hardware and Software issues Subject: Re: [dba-Tech] Word Replace with wildcard Yeah, really worked well in DOS for file searches. But that was in the previous century, wasn't it? OK- brute force alternative - assuming the doc is not a thousand pages and there are a relatively small number of these replacements - search for 3 with a preceding space - (space)3 - and replace with (space)5, but not global, so you stop at each occurrence of a string that has a preceding space and starts with three. Then click Replace or Find Next. Then if it stops at a string of four digits - 3123 - you could bypass the replace. How long would that take? r On Thu, Apr 1, 2021 at 8:37 AM Susan Harkins wrote: > No, that replaces 3xx with 5?? -- interprets ? as a literal character, > not a wildcard. > > I saw a lot of examples online using ? but it never worked for me. > > Susan H. > > > Does the ? serve as a wildcard? Would replace 3?? with 5?? work? > > r > > On Thu, Apr 1, 2021 at 6:16 AM Susan Harkins wrote: > > > I've run into an interesting find/replace question and I can do it > > with two searches, but I believe it can be done in one. I should > > know this, but for the life of me, I can't get it right. Hoping for > > a bit of > help. > > > > > > > > Problem: Reader has a Word document with several three-digit numbers > > beginning with 3. He wants to change the 3 to 5, leaving the other > > two digits as is. > > > > > > > > Thanks! > > > > Susan H. > > > > _______________________________________________ > > dba-Tech mailing list > > dba-Tech at databaseadvisors.com > > https://databaseadvisors.com/mailman/listinfo/dba-tech > > Website: http://www.databaseadvisors.com > > > _______________________________________________ > dba-Tech mailing list > dba-Tech at databaseadvisors.com > https://databaseadvisors.com/mailman/listinfo/dba-tech > Website: http://www.databaseadvisors.com > > _______________________________________________ > dba-Tech mailing list > dba-Tech at databaseadvisors.com > https://databaseadvisors.com/mailman/listinfo/dba-tech > Website: http://www.databaseadvisors.com > _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com From rockysmolin2 at gmail.com Thu Apr 1 11:13:36 2021 From: rockysmolin2 at gmail.com (Rocky Smolin) Date: Thu, 1 Apr 2021 09:13:36 -0700 Subject: [dba-Tech] Word Replace with wildcard In-Reply-To: <679001d7270f$64fbb850$2ef328f0$@gmail.com> References: <664b01d726f9$282b5680$78820380$@gmail.com> <677301d7270c$f48b7530$dda25f90$@gmail.com> <679001d7270f$64fbb850$2ef328f0$@gmail.com> Message-ID: Haven't seen the post with the solution yet. Sent? r On Thu, Apr 1, 2021 at 8:55 AM Susan Harkins wrote: > < > denote the beginning and ending of a string, respectively -- so you > don't need the spaces -- but I've figured it out. If you haven't seen that > post, you should soon. > > Susan H. > > -----Original Message----- > From: dba-Tech > On Behalf Of Rocky Smolin > Sent: Thursday, April 1, 2021 11:48 AM > To: Discussion of Hardware and Software issues > > Subject: Re: [dba-Tech] Word Replace with wildcard > > Yeah, really worked well in DOS for file searches. But that was in the > previous century, wasn't it? > > OK- brute force alternative - assuming the doc is not a thousand pages and > there are a relatively small number of these replacements - search for 3 > with a preceding space - (space)3 - and replace with (space)5, but not > global, so you stop at each occurrence of a string that has a preceding > space and starts with three. Then click Replace or Find Next. Then if it > stops at a string of four digits - 3123 - you could bypass the replace. How > long would that take? > > r > > On Thu, Apr 1, 2021 at 8:37 AM Susan Harkins wrote: > > > No, that replaces 3xx with 5?? -- interprets ? as a literal character, > > not a wildcard. > > > > I saw a lot of examples online using ? but it never worked for me. > > > > Susan H. > > > > > > Does the ? serve as a wildcard? Would replace 3?? with 5?? work? > > > > r > > > > On Thu, Apr 1, 2021 at 6:16 AM Susan Harkins > wrote: > > > > > I've run into an interesting find/replace question and I can do it > > > with two searches, but I believe it can be done in one. I should > > > know this, but for the life of me, I can't get it right. Hoping for > > > a bit of > > help. > > > > > > > > > > > > Problem: Reader has a Word document with several three-digit numbers > > > beginning with 3. He wants to change the 3 to 5, leaving the other > > > two digits as is. > > > > > > > > > > > > Thanks! > > > > > > Susan H. > > > > > > _______________________________________________ > > > dba-Tech mailing list > > > dba-Tech at databaseadvisors.com > > > https://databaseadvisors.com/mailman/listinfo/dba-tech > > > Website: http://www.databaseadvisors.com > > > > > _______________________________________________ > > dba-Tech mailing list > > dba-Tech at databaseadvisors.com > > https://databaseadvisors.com/mailman/listinfo/dba-tech > > Website: http://www.databaseadvisors.com > > > > _______________________________________________ > > dba-Tech mailing list > > dba-Tech at databaseadvisors.com > > https://databaseadvisors.com/mailman/listinfo/dba-tech > > Website: http://www.databaseadvisors.com > > > _______________________________________________ > dba-Tech mailing list > dba-Tech at databaseadvisors.com > https://databaseadvisors.com/mailman/listinfo/dba-tech > Website: http://www.databaseadvisors.com > > _______________________________________________ > dba-Tech mailing list > dba-Tech at databaseadvisors.com > https://databaseadvisors.com/mailman/listinfo/dba-tech > Website: http://www.databaseadvisors.com > From ssharkins at gmail.com Thu Apr 1 12:46:37 2021 From: ssharkins at gmail.com (Susan Harkins) Date: Thu, 1 Apr 2021 13:46:37 -0400 Subject: [dba-Tech] Word Replace with wildcard In-Reply-To: References: <664b01d726f9$282b5680$78820380$@gmail.com> <677301d7270c$f48b7530$dda25f90$@gmail.com> <679001d7270f$64fbb850$2ef328f0$@gmail.com> Message-ID: <688101d7271e$f7bd9d20$e738d760$@gmail.com> Got it!!!! Find: <3([0-9])([0-9])> Replace: 5\1\2 -----Original Message----- From: dba-Tech On Behalf Of Rocky Smolin Sent: Thursday, April 1, 2021 12:14 PM To: Discussion of Hardware and Software issues Subject: Re: [dba-Tech] Word Replace with wildcard Haven't seen the post with the solution yet. Sent? r On Thu, Apr 1, 2021 at 8:55 AM Susan Harkins wrote: > < > denote the beginning and ending of a string, respectively -- so > you don't need the spaces -- but I've figured it out. If you haven't > seen that post, you should soon. > > Susan H. > > -----Original Message----- > From: dba-Tech > > On Behalf Of Rocky Smolin > Sent: Thursday, April 1, 2021 11:48 AM > To: Discussion of Hardware and Software issues > > Subject: Re: [dba-Tech] Word Replace with wildcard > > Yeah, really worked well in DOS for file searches. But that was in > the previous century, wasn't it? > > OK- brute force alternative - assuming the doc is not a thousand pages > and there are a relatively small number of these replacements - search > for 3 with a preceding space - (space)3 - and replace with (space)5, > but not global, so you stop at each occurrence of a string that has a > preceding space and starts with three. Then click Replace or Find > Next. Then if it stops at a string of four digits - 3123 - you could > bypass the replace. How long would that take? > > r > > On Thu, Apr 1, 2021 at 8:37 AM Susan Harkins wrote: > > > No, that replaces 3xx with 5?? -- interprets ? as a literal > > character, not a wildcard. > > > > I saw a lot of examples online using ? but it never worked for me. > > > > Susan H. > > > > > > Does the ? serve as a wildcard? Would replace 3?? with 5?? work? > > > > r > > > > On Thu, Apr 1, 2021 at 6:16 AM Susan Harkins > wrote: > > > > > I've run into an interesting find/replace question and I can do it > > > with two searches, but I believe it can be done in one. I should > > > know this, but for the life of me, I can't get it right. Hoping > > > for a bit of > > help. > > > > > > > > > > > > Problem: Reader has a Word document with several three-digit > > > numbers beginning with 3. He wants to change the 3 to 5, leaving > > > the other two digits as is. > > > > > > > > > > > > Thanks! > > > > > > Susan H. > > > > > > _______________________________________________ > > > dba-Tech mailing list > > > dba-Tech at databaseadvisors.com > > > https://databaseadvisors.com/mailman/listinfo/dba-tech > > > Website: http://www.databaseadvisors.com > > > > > _______________________________________________ > > dba-Tech mailing list > > dba-Tech at databaseadvisors.com > > https://databaseadvisors.com/mailman/listinfo/dba-tech > > Website: http://www.databaseadvisors.com > > > > _______________________________________________ > > dba-Tech mailing list > > dba-Tech at databaseadvisors.com > > https://databaseadvisors.com/mailman/listinfo/dba-tech > > Website: http://www.databaseadvisors.com > > > _______________________________________________ > dba-Tech mailing list > dba-Tech at databaseadvisors.com > https://databaseadvisors.com/mailman/listinfo/dba-tech > Website: http://www.databaseadvisors.com > > _______________________________________________ > dba-Tech mailing list > dba-Tech at databaseadvisors.com > https://databaseadvisors.com/mailman/listinfo/dba-tech > Website: http://www.databaseadvisors.com > _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com From peter.brawley at earthlink.net Sun Apr 11 21:41:47 2021 From: peter.brawley at earthlink.net (Peter Brawley) Date: Sun, 11 Apr 2021 21:41:47 -0500 Subject: [dba-Tech] about google's floc Message-ID: <51c9ce7f-13d4-0cdd-bdf8-92e663073ae7@earthlink.net> big fuss about google's floc . if?all retailers in my town were to band together to collectively track where i shop hereand what i buy, would i be upset? no, 'cuz i think of shopping as a public activity where i've zero expectation of privacy. if there's an argument against that, what is it? if on the other hand a retailer installs a trojan on a device of mine (as the chinese maker of my new tablet did), i'm upset 'cuz i've an expectation that i get to choose what i publish, so i ?complain publicly and ask the retailer to stop selling that shite, and naturally i remove the trojan. more interestingmebbe for people like readers here. closed-source closed-architecturesystemslike those made by apple impose strict top-down corporate control of what software its customers can use. and how they can use it, andthereforehave the potential to prevent snooping if they choose to do so. on the other hand, open source open-architecture systems like android, and open architecture systems like windows, make such top-downcorporate control impossible.? I prefer this arrangement because i get to make my own choices. if there's an argument that my preference is unsound, what is it? pb From ssharkins at gmail.com Fri Apr 16 07:26:24 2021 From: ssharkins at gmail.com (Susan Harkins) Date: Fri, 16 Apr 2021 08:26:24 -0400 Subject: [dba-Tech] external hard drive Message-ID: <002601d732bb$b7cf7aa0$276e6fe0$@gmail.com> Hi everyone! My Seagate external drive has developed a short in the wiring and it's difficult to get the files, which is okay - there's little there that's important for all time - mostly work files that I needed to keep for a bit. I bought a new one, My Passport, and within a few days it was toast. I received a prompt to format the drive. A little research shows this happens with this brand. So, I'm going to return it, but now I'm wondering what I can trust. Would anyone like to recommend a brand? Susan H. From gustav at cactus.dk Fri Apr 16 08:29:53 2021 From: gustav at cactus.dk (Gustav Brock) Date: Fri, 16 Apr 2021 13:29:53 +0000 Subject: [dba-Tech] external hard drive Message-ID: Hi Susan I've never seen such issues with external drives - two of those I have are Seagate. That said, most of the external drives, we use, are from Verbatim. Neither have any of these failed. /gustav -----Oprindelig meddelelse----- Fra: dba-Tech P? vegne af Susan Harkins Sendt: 16. april 2021 14:26 Til: 'Discussion of Hardware and Software issues' Emne: [dba-Tech] external hard drive Hi everyone! My Seagate external drive has developed a short in the wiring and it's difficult to get the files, which is okay - there's little there that's important for all time - mostly work files that I needed to keep for a bit. I bought a new one, My Passport, and within a few days it was toast. I received a prompt to format the drive. A little research shows this happens with this brand. So, I'm going to return it, but now I'm wondering what I can trust. Would anyone like to recommend a brand? Susan H. From ssharkins at gmail.com Fri Apr 16 08:59:23 2021 From: ssharkins at gmail.com (Susan Harkins) Date: Fri, 16 Apr 2021 09:59:23 -0400 Subject: [dba-Tech] external hard drive In-Reply-To: References: Message-ID: <00d001d732c8$b54cb470$1fe61d50$@gmail.com> Thank you! Hi Susan I've never seen such issues with external drives - two of those I have are Seagate. That said, most of the external drives, we use, are from Verbatim. Neither have any of these failed. /gustav From garykjos at gmail.com Fri Apr 16 09:06:59 2021 From: garykjos at gmail.com (Gary Kjos) Date: Fri, 16 Apr 2021 09:06:59 -0500 Subject: [dba-Tech] external hard drive In-Reply-To: <002601d732bb$b7cf7aa0$276e6fe0$@gmail.com> References: <002601d732bb$b7cf7aa0$276e6fe0$@gmail.com> Message-ID: Do you need it to be portable? If not, I might suggest you look into a drive dock and an internal hard drive that you cloud plug into that docking station. You can get dual disk docking stations that connect to your PC via USB for under $40. Then you can put in any standard ATA hard drive - spinning or SSD and you can copy from one drive to another. I've used these to copy files off otherwise crashed systems onto new computers as well. Here is one on Amazon https://tinyurl.com/manh9fvy You would also need to buy a hard drive separately of course. On Fri, Apr 16, 2021 at 7:26 AM Susan Harkins wrote: > > Hi everyone! > > > > My Seagate external drive has developed a short in the wiring and it's > difficult to get the files, which is okay - there's little there that's > important for all time - mostly work files that I needed to keep for a bit. > I bought a new one, My Passport, and within a few days it was toast. I > received a prompt to format the drive. A little research shows this happens > with this brand. So, I'm going to return it, but now I'm wondering what I > can trust. Would anyone like to recommend a brand? > > > > Susan H. > > _______________________________________________ > dba-Tech mailing list > dba-Tech at databaseadvisors.com > https://databaseadvisors.com/mailman/listinfo/dba-tech > Website: http://www.databaseadvisors.com -- Gary Kjos garykjos at gmail.com From ssharkins at gmail.com Fri Apr 16 09:08:53 2021 From: ssharkins at gmail.com (Susan Harkins) Date: Fri, 16 Apr 2021 10:08:53 -0400 Subject: [dba-Tech] external hard drive In-Reply-To: References: <002601d732bb$b7cf7aa0$276e6fe0$@gmail.com> Message-ID: <00ea01d732ca$08f8e1b0$1aeaa510$@gmail.com> That is a nice setup. No, I hadn't considered it. Thanks for suggesting it. Susan H. Do you need it to be portable? If not, I might suggest you look into a drive dock and an internal hard drive that you cloud plug into that docking station. You can get dual disk docking stations that connect to your PC via USB for under $40. Then you can put in any standard ATA hard drive - spinning or SSD and you can copy from one drive to another. I've used these to copy files off otherwise crashed systems onto new computers as well. Here is one on Amazon https://tinyurl.com/manh9fvy You would also need to buy a hard drive separately of course. On Fri, Apr 16, 2021 at 7:26 AM Susan Harkins wrote: > > Hi everyone! > > > > My Seagate external drive has developed a short in the wiring and it's > difficult to get the files, which is okay - there's little there > that's important for all time - mostly work files that I needed to keep for a bit. > I bought a new one, My Passport, and within a few days it was toast. I > received a prompt to format the drive. A little research shows this > happens with this brand. So, I'm going to return it, but now I'm > wondering what I can trust. Would anyone like to recommend a brand? > > > > Susan H. > > _______________________________________________ > dba-Tech mailing list > dba-Tech at databaseadvisors.com > https://databaseadvisors.com/mailman/listinfo/dba-tech > Website: http://www.databaseadvisors.com -- Gary Kjos garykjos at gmail.com _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com From df.waters at outlook.com Fri Apr 16 09:18:48 2021 From: df.waters at outlook.com (Daniel Waters) Date: Fri, 16 Apr 2021 14:18:48 +0000 Subject: [dba-Tech] external hard drive In-Reply-To: References: Message-ID: Hi Susan, I use two 2 tb hard drives for backup, and swap them out every week. Using 3 partitions on each HD this gives me 6 separate weeks of backup files. A few weeks ago I began having trouble with both cases that the hard drives were in ? these were causing errors when the backup files were being created. This was hard to figure out but trying every combination the cases were the problem. I suspect some software had an update and that triggered the problem with both cases at once. I didn?t want to buy two new cases for over $100. I found a simple cable which just plugs into a bare HD or an SSD, plugs into my PC via USB, and has a power adapter. The cable is: ?Neeyer SATA III Hard Drive Adapter Cable for 3.5/2.5 Inch HDD/SSD?. This cost only $18 on Amazon. There are other similar cables as well. So ? I didn?t have to buy two new cases, I?m only using bare drives, and all works great! Having fewer of hardware pieces in my backup process should end up being more reliable. Good Luck! Dan Sent from Mail for Windows 10 From: Gustav Brock via dba-Tech Sent: Friday, April 16, 2021 8:30 AM To: Discussion of Hardware and Software issues Cc: Gustav Brock Subject: Re: [dba-Tech] external hard drive Hi Susan I've never seen such issues with external drives - two of those I have are Seagate. That said, most of the external drives, we use, are from Verbatim. Neither have any of these failed. /gustav -----Oprindelig meddelelse----- Fra: dba-Tech P? vegne af Susan Harkins Sendt: 16. april 2021 14:26 Til: 'Discussion of Hardware and Software issues' Emne: [dba-Tech] external hard drive Hi everyone! My Seagate external drive has developed a short in the wiring and it's difficult to get the files, which is okay - there's little there that's important for all time - mostly work files that I needed to keep for a bit. I bought a new one, My Passport, and within a few days it was toast. I received a prompt to format the drive. A little research shows this happens with this brand. So, I'm going to return it, but now I'm wondering what I can trust. Would anyone like to recommend a brand? Susan H. _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com From garykjos at gmail.com Fri Apr 16 09:18:41 2021 From: garykjos at gmail.com (Gary Kjos) Date: Fri, 16 Apr 2021 09:18:41 -0500 Subject: [dba-Tech] external hard drive In-Reply-To: <00ea01d732ca$08f8e1b0$1aeaa510$@gmail.com> References: <002601d732bb$b7cf7aa0$276e6fe0$@gmail.com> <00ea01d732ca$08f8e1b0$1aeaa510$@gmail.com> Message-ID: I used it to copy things from the spinning hard drive to SSD when I first switched over a number of years ago. Used it for backups (not often enough - ha ha). Copying things from old systems to new, rescuing data from otherwise crashed computers that wouldn't boot. They really are a valuable tool. And regular "internal" hard drives are really quite cheap and you can rotate and have multiple generation backups etc. On Fri, Apr 16, 2021 at 9:08 AM Susan Harkins wrote: > > That is a nice setup. No, I hadn't considered it. Thanks for suggesting it. > > Susan H. > > > Do you need it to be portable? If not, I might suggest you look into a > drive dock and an internal hard drive that you cloud plug into that docking > station. You can get dual disk docking stations that connect to your PC via > USB for under $40. Then you can put in any standard ATA hard drive - > spinning or SSD and you can copy from one drive to another. I've used these > to copy files off otherwise crashed systems onto new computers as well. > > Here is one on Amazon > > https://tinyurl.com/manh9fvy > > You would also need to buy a hard drive separately of course. > > On Fri, Apr 16, 2021 at 7:26 AM Susan Harkins wrote: > > > > Hi everyone! > > > > > > > > My Seagate external drive has developed a short in the wiring and it's > > difficult to get the files, which is okay - there's little there > > that's important for all time - mostly work files that I needed to keep > for a bit. > > I bought a new one, My Passport, and within a few days it was toast. I > > received a prompt to format the drive. A little research shows this > > happens with this brand. So, I'm going to return it, but now I'm > > wondering what I can trust. Would anyone like to recommend a brand? > > > > > > > > Susan H. > > > > _______________________________________________ > > dba-Tech mailing list > > dba-Tech at databaseadvisors.com > > https://databaseadvisors.com/mailman/listinfo/dba-tech > > Website: http://www.databaseadvisors.com > > > > -- > Gary Kjos > garykjos at gmail.com > _______________________________________________ > dba-Tech mailing list > dba-Tech at databaseadvisors.com > https://databaseadvisors.com/mailman/listinfo/dba-tech > Website: http://www.databaseadvisors.com > > _______________________________________________ > dba-Tech mailing list > dba-Tech at databaseadvisors.com > https://databaseadvisors.com/mailman/listinfo/dba-tech > Website: http://www.databaseadvisors.com -- Gary Kjos garykjos at gmail.com From jbartow at winhaven.net Mon Apr 19 17:36:36 2021 From: jbartow at winhaven.net (John Bartow) Date: Mon, 19 Apr 2021 22:36:36 +0000 Subject: [dba-Tech] external hard drive In-Reply-To: <002601d732bb$b7cf7aa0$276e6fe0$@gmail.com> References: <002601d732bb$b7cf7aa0$276e6fe0$@gmail.com> Message-ID: Just get one of these and use any SATA drive: https://www.amazon.com/StarTech-com-SATA-USB-Cable-USB3S2SAT3CB/dp/B00HJZJI84/ref=sr_1_3?dchild=1&keywords=sata+to+usb+adapter&qid=1618871454&sr=8-3 If you buy an SSD don't buy the cheapest ones - they're cheap for a reason. And since you appear to have the same luck as I do, they'll go bad when you least can afford it to happen. Samsung SSD are good but expensive. Silcon Power are good and a little less expensive. Try this: https://www.amazon.com/gp/product/B07997QV4Z/ref=ppx_yo_dt_b_asin_title_o04_s01?ie=UTF8&psc=1 John B -----Original Message----- From: dba-Tech On Behalf Of Susan Harkins Sent: Friday, April 16, 2021 7:26 AM To: 'Discussion of Hardware and Software issues' Subject: [dba-Tech] external hard drive Hi everyone! My Seagate external drive has developed a short in the wiring and it's difficult to get the files, which is okay - there's little there that's important for all time - mostly work files that I needed to keep for a bit. I bought a new one, My Passport, and within a few days it was toast. I received a prompt to format the drive. A little research shows this happens with this brand. So, I'm going to return it, but now I'm wondering what I can trust. Would anyone like to recommend a brand? Susan H. _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com From ssharkins at gmail.com Tue Apr 20 12:23:48 2021 From: ssharkins at gmail.com (Susan Harkins) Date: Tue, 20 Apr 2021 13:23:48 -0400 Subject: [dba-Tech] Outlook and profile picture Message-ID: <019e01d73609$ed1b64c0$c7522e40$@gmail.com> Hi everyone - I ran into an interesting problem with Outlook and the Microsoft account profile picture feature. Although I have a profile picture through my account and it shows in Outlook, it doesn't display on the recipient's side - even testing it on my second account didn't work. I understand that there can be non-Microsoft recipient issues that simply can't be resolved, but it should show when I send it to my other account, at least I thought. A little research later and it seems to be a domain issue. I use gmail and I do have a profile picture - a different picture - there as well. So, Outlook won't show the picture to the recipient when using gmail. Nor can I get Outlook to display the gmail profile picture. Lots and lots of stuff out there but haven't found anything that tells me how to fix this. I did read something very old about having to copy the profile picture to google drive and jumping through several hoops - I didn't test that and that's just too much work to put in if it fails. Anyone know anything about this? Thanks in advance! Susan H. From jbartow at winhaven.net Tue Apr 20 12:47:50 2021 From: jbartow at winhaven.net (John Bartow) Date: Tue, 20 Apr 2021 17:47:50 +0000 Subject: [dba-Tech] Outlook and profile picture In-Reply-To: <019e01d73609$ed1b64c0$c7522e40$@gmail.com> References: <019e01d73609$ed1b64c0$c7522e40$@gmail.com> Message-ID: Hi Susan, If you're referring to the MS 365 account pic then it won't show to anyone outside of your domain. Attempts to make it so will just end up in endless frustration. However, using a small pic in your signature does work for many email clients. John B -----Original Message----- From: dba-Tech On Behalf Of Susan Harkins Sent: Tuesday, April 20, 2021 12:24 PM To: 'Discussion of Hardware and Software issues' Subject: [dba-Tech] Outlook and profile picture Hi everyone - I ran into an interesting problem with Outlook and the Microsoft account profile picture feature. Although I have a profile picture through my account and it shows in Outlook, it doesn't display on the recipient's side - even testing it on my second account didn't work. I understand that there can be non-Microsoft recipient issues that simply can't be resolved, but it should show when I send it to my other account, at least I thought. A little research later and it seems to be a domain issue. I use gmail and I do have a profile picture - a different picture - there as well. So, Outlook won't show the picture to the recipient when using gmail. Nor can I get Outlook to display the gmail profile picture. Lots and lots of stuff out there but haven't found anything that tells me how to fix this. I did read something very old about having to copy the profile picture to google drive and jumping through several hoops - I didn't test that and that's just too much work to put in if it fails. Anyone know anything about this? Thanks in advance! Susan H. _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com From ssharkins at gmail.com Tue Apr 20 12:54:58 2021 From: ssharkins at gmail.com (Susan Harkins) Date: Tue, 20 Apr 2021 13:54:58 -0400 Subject: [dba-Tech] Outlook and profile picture In-Reply-To: References: <019e01d73609$ed1b64c0$c7522e40$@gmail.com> Message-ID: <021401d7360e$47f1f400$d7d5dc00$@gmail.com> Well, I considered that, but because I was sending it to myself... A reader didn't want to use the signature feature, so I was trying to work that out, but good to know it doesn't work with MS 365 -- I wonder why. Thank you! You've saved me a lot of time, as usual! ? Susan H. Hi Susan, If you're referring to the MS 365 account pic then it won't show to anyone outside of your domain. Attempts to make it so will just end up in endless frustration. However, using a small pic in your signature does work for many email clients. John B -----Original Message----- From: dba-Tech On Behalf Of Susan Harkins Sent: Tuesday, April 20, 2021 12:24 PM To: 'Discussion of Hardware and Software issues' Subject: [dba-Tech] Outlook and profile picture Hi everyone - I ran into an interesting problem with Outlook and the Microsoft account profile picture feature. Although I have a profile picture through my account and it shows in Outlook, it doesn't display on the recipient's side - even testing it on my second account didn't work. I understand that there can be non-Microsoft recipient issues that simply can't be resolved, but it should show when I send it to my other account, at least I thought. A little research later and it seems to be a domain issue. I use gmail and I do have a profile picture - a different picture - there as well. So, Outlook won't show the picture to the recipient when using gmail. Nor can I get Outlook to display the gmail profile picture. Lots and lots of stuff out there but haven't found anything that tells me how to fix this. I did read something very old about having to copy the profile picture to google drive and jumping through several hoops - I didn't test that and that's just too much work to put in if it fails. Anyone know anything about this? Thanks in advance! Susan H. _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com From jbartow at winhaven.net Tue Apr 20 14:59:10 2021 From: jbartow at winhaven.net (John Bartow) Date: Tue, 20 Apr 2021 19:59:10 +0000 Subject: [dba-Tech] Outlook and profile picture In-Reply-To: <021401d7360e$47f1f400$d7d5dc00$@gmail.com> References: <019e01d73609$ed1b64c0$c7522e40$@gmail.com> <021401d7360e$47f1f400$d7d5dc00$@gmail.com> Message-ID: Happy to save someone spinning their wheels! MS is making changes every day (too many) to get their cloud presence compatible with other platforms. The biggest annoyance to me is that those don't even work across different MS tenants (accounts). I manage a few dozen tenants and it would be really helpful. (And yes, technically, you can do things with tenants that allow for more open comms which might make these work, but these are not cooperating tenants they are just my eclectic bunch of clients.) Curious: do you see your google pic come through in your MS email? When I send from a gmail account to a live.com account I see the live.com account's profile pic from about 10 years ago, same goes for the live.com - it shows my google profile pic from ages ago. (Conclusion: apparently Google and MS cooperated at some point, awhile, a little bit, lol. They stopped that silly cooperation and none of the profiles pics update anymore.) John B -----Original Message----- From: dba-Tech On Behalf Of Susan Harkins Sent: Tuesday, April 20, 2021 12:55 PM To: 'Discussion of Hardware and Software issues' Subject: Re: [dba-Tech] Outlook and profile picture Well, I considered that, but because I was sending it to myself... A reader didn't want to use the signature feature, so I was trying to work that out, but good to know it doesn't work with MS 365 -- I wonder why. Thank you! You've saved me a lot of time, as usual! ? Susan H. Hi Susan, If you're referring to the MS 365 account pic then it won't show to anyone outside of your domain. Attempts to make it so will just end up in endless frustration. However, using a small pic in your signature does work for many email clients. John B -----Original Message----- From: dba-Tech On Behalf Of Susan Harkins Sent: Tuesday, April 20, 2021 12:24 PM To: 'Discussion of Hardware and Software issues' Subject: [dba-Tech] Outlook and profile picture Hi everyone - I ran into an interesting problem with Outlook and the Microsoft account profile picture feature. Although I have a profile picture through my account and it shows in Outlook, it doesn't display on the recipient's side - even testing it on my second account didn't work. I understand that there can be non-Microsoft recipient issues that simply can't be resolved, but it should show when I send it to my other account, at least I thought. A little research later and it seems to be a domain issue. I use gmail and I do have a profile picture - a different picture - there as well. So, Outlook won't show the picture to the recipient when using gmail. Nor can I get Outlook to display the gmail profile picture. Lots and lots of stuff out there but haven't found anything that tells me how to fix this. I did read something very old about having to copy the profile picture to google drive and jumping through several hoops - I didn't test that and that's just too much work to put in if it fails. Anyone know anything about this? Thanks in advance! Susan H. _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com From ssharkins at gmail.com Tue Apr 20 15:05:22 2021 From: ssharkins at gmail.com (Susan Harkins) Date: Tue, 20 Apr 2021 16:05:22 -0400 Subject: [dba-Tech] Outlook and profile picture In-Reply-To: References: <019e01d73609$ed1b64c0$c7522e40$@gmail.com> <021401d7360e$47f1f400$d7d5dc00$@gmail.com> Message-ID: <035801d73620$7fceed80$7f6cc880$@gmail.com> I don't see my MS or google picture, and I'm using different pictures. Susan H. Happy to save someone spinning their wheels! MS is making changes every day (too many) to get their cloud presence compatible with other platforms. The biggest annoyance to me is that those don't even work across different MS tenants (accounts). I manage a few dozen tenants and it would be really helpful. (And yes, technically, you can do things with tenants that allow for more open comms which might make these work, but these are not cooperating tenants they are just my eclectic bunch of clients.) Curious: do you see your google pic come through in your MS email? When I send from a gmail account to a live.com account I see the live.com account's profile pic from about 10 years ago, same goes for the live.com - it shows my google profile pic from ages ago. (Conclusion: apparently Google and MS cooperated at some point, awhile, a little bit, lol. They stopped that silly cooperation and none of the profiles pics update anymore.) John B -----Original Message----- From: dba-Tech On Behalf Of Susan Harkins Sent: Tuesday, April 20, 2021 12:55 PM To: 'Discussion of Hardware and Software issues' Subject: Re: [dba-Tech] Outlook and profile picture Well, I considered that, but because I was sending it to myself... A reader didn't want to use the signature feature, so I was trying to work that out, but good to know it doesn't work with MS 365 -- I wonder why. Thank you! You've saved me a lot of time, as usual! ? Susan H. Hi Susan, If you're referring to the MS 365 account pic then it won't show to anyone outside of your domain. Attempts to make it so will just end up in endless frustration. However, using a small pic in your signature does work for many email clients. John B -----Original Message----- From: dba-Tech On Behalf Of Susan Harkins Sent: Tuesday, April 20, 2021 12:24 PM To: 'Discussion of Hardware and Software issues' Subject: [dba-Tech] Outlook and profile picture Hi everyone - I ran into an interesting problem with Outlook and the Microsoft account profile picture feature. Although I have a profile picture through my account and it shows in Outlook, it doesn't display on the recipient's side - even testing it on my second account didn't work. I understand that there can be non-Microsoft recipient issues that simply can't be resolved, but it should show when I send it to my other account, at least I thought. A little research later and it seems to be a domain issue. I use gmail and I do have a profile picture - a different picture - there as well. So, Outlook won't show the picture to the recipient when using gmail. Nor can I get Outlook to display the gmail profile picture. Lots and lots of stuff out there but haven't found anything that tells me how to fix this. I did read something very old about having to copy the profile picture to google drive and jumping through several hoops - I didn't test that and that's just too much work to put in if it fails. Anyone know anything about this? Thanks in advance! Susan H. _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com From jbartow at winhaven.net Tue Apr 20 21:15:20 2021 From: jbartow at winhaven.net (John Bartow) Date: Wed, 21 Apr 2021 02:15:20 +0000 Subject: [dba-Tech] Outlook and profile picture In-Reply-To: <035801d73620$7fceed80$7f6cc880$@gmail.com> References: <019e01d73609$ed1b64c0$c7522e40$@gmail.com> <021401d7360e$47f1f400$d7d5dc00$@gmail.com> <035801d73620$7fceed80$7f6cc880$@gmail.com> Message-ID: Do you see just the standard pic icon or no icon at all ? John B -----Original Message----- From: dba-Tech On Behalf Of Susan Harkins Sent: Tuesday, April 20, 2021 3:05 PM To: 'Discussion of Hardware and Software issues' Subject: Re: [dba-Tech] Outlook and profile picture I don't see my MS or google picture, and I'm using different pictures. Susan H. Happy to save someone spinning their wheels! MS is making changes every day (too many) to get their cloud presence compatible with other platforms. The biggest annoyance to me is that those don't even work across different MS tenants (accounts). I manage a few dozen tenants and it would be really helpful. (And yes, technically, you can do things with tenants that allow for more open comms which might make these work, but these are not cooperating tenants they are just my eclectic bunch of clients.) Curious: do you see your google pic come through in your MS email? When I send from a gmail account to a live.com account I see the live.com account's profile pic from about 10 years ago, same goes for the live.com - it shows my google profile pic from ages ago. (Conclusion: apparently Google and MS cooperated at some point, awhile, a little bit, lol. They stopped that silly cooperation and none of the profiles pics update anymore.) John B -----Original Message----- From: dba-Tech On Behalf Of Susan Harkins Sent: Tuesday, April 20, 2021 12:55 PM To: 'Discussion of Hardware and Software issues' Subject: Re: [dba-Tech] Outlook and profile picture Well, I considered that, but because I was sending it to myself... A reader didn't want to use the signature feature, so I was trying to work that out, but good to know it doesn't work with MS 365 -- I wonder why. Thank you! You've saved me a lot of time, as usual! ? Susan H. Hi Susan, If you're referring to the MS 365 account pic then it won't show to anyone outside of your domain. Attempts to make it so will just end up in endless frustration. However, using a small pic in your signature does work for many email clients. John B -----Original Message----- From: dba-Tech On Behalf Of Susan Harkins Sent: Tuesday, April 20, 2021 12:24 PM To: 'Discussion of Hardware and Software issues' Subject: [dba-Tech] Outlook and profile picture Hi everyone - I ran into an interesting problem with Outlook and the Microsoft account profile picture feature. Although I have a profile picture through my account and it shows in Outlook, it doesn't display on the recipient's side - even testing it on my second account didn't work. I understand that there can be non-Microsoft recipient issues that simply can't be resolved, but it should show when I send it to my other account, at least I thought. A little research later and it seems to be a domain issue. I use gmail and I do have a profile picture - a different picture - there as well. So, Outlook won't show the picture to the recipient when using gmail. Nor can I get Outlook to display the gmail profile picture. Lots and lots of stuff out there but haven't found anything that tells me how to fix this. I did read something very old about having to copy the profile picture to google drive and jumping through several hoops - I didn't test that and that's just too much work to put in if it fails. Anyone know anything about this? Thanks in advance! Susan H. _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com From ssharkins at gmail.com Wed Apr 21 06:31:19 2021 From: ssharkins at gmail.com (Susan Harkins) Date: Wed, 21 Apr 2021 07:31:19 -0400 Subject: [dba-Tech] Outlook and profile picture In-Reply-To: References: <019e01d73609$ed1b64c0$c7522e40$@gmail.com> <021401d7360e$47f1f400$d7d5dc00$@gmail.com> <035801d73620$7fceed80$7f6cc880$@gmail.com> Message-ID: <043a01d736a1$d985d420$8c917c60$@gmail.com> I see the Microsoft account pic in Outlook -- on the Account Settings page. When I send an email to myself, I see the initial icon. Susan H. Do you see just the standard pic icon or no icon at all ? John B -----Original Message----- From: dba-Tech On Behalf Of Susan Harkins Sent: Tuesday, April 20, 2021 3:05 PM To: 'Discussion of Hardware and Software issues' Subject: Re: [dba-Tech] Outlook and profile picture I don't see my MS or google picture, and I'm using different pictures. Susan H. Happy to save someone spinning their wheels! MS is making changes every day (too many) to get their cloud presence compatible with other platforms. The biggest annoyance to me is that those don't even work across different MS tenants (accounts). I manage a few dozen tenants and it would be really helpful. (And yes, technically, you can do things with tenants that allow for more open comms which might make these work, but these are not cooperating tenants they are just my eclectic bunch of clients.) Curious: do you see your google pic come through in your MS email? When I send from a gmail account to a live.com account I see the live.com account's profile pic from about 10 years ago, same goes for the live.com - it shows my google profile pic from ages ago. (Conclusion: apparently Google and MS cooperated at some point, awhile, a little bit, lol. They stopped that silly cooperation and none of the profiles pics update anymore.) John B -----Original Message----- From: dba-Tech On Behalf Of Susan Harkins Sent: Tuesday, April 20, 2021 12:55 PM To: 'Discussion of Hardware and Software issues' Subject: Re: [dba-Tech] Outlook and profile picture Well, I considered that, but because I was sending it to myself... A reader didn't want to use the signature feature, so I was trying to work that out, but good to know it doesn't work with MS 365 -- I wonder why. Thank you! You've saved me a lot of time, as usual! ? Susan H. Hi Susan, If you're referring to the MS 365 account pic then it won't show to anyone outside of your domain. Attempts to make it so will just end up in endless frustration. However, using a small pic in your signature does work for many email clients. John B -----Original Message----- From: dba-Tech On Behalf Of Susan Harkins Sent: Tuesday, April 20, 2021 12:24 PM To: 'Discussion of Hardware and Software issues' Subject: [dba-Tech] Outlook and profile picture Hi everyone - I ran into an interesting problem with Outlook and the Microsoft account profile picture feature. Although I have a profile picture through my account and it shows in Outlook, it doesn't display on the recipient's side - even testing it on my second account didn't work. I understand that there can be non-Microsoft recipient issues that simply can't be resolved, but it should show when I send it to my other account, at least I thought. A little research later and it seems to be a domain issue. I use gmail and I do have a profile picture - a different picture - there as well. So, Outlook won't show the picture to the recipient when using gmail. Nor can I get Outlook to display the gmail profile picture. Lots and lots of stuff out there but haven't found anything that tells me how to fix this. I did read something very old about having to copy the profile picture to google drive and jumping through several hoops - I didn't test that and that's just too much work to put in if it fails. Anyone know anything about this? Thanks in advance! Susan H. _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com https://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com From ssharkins at gmail.com Fri Apr 23 10:54:28 2021 From: ssharkins at gmail.com (Susan Harkins) Date: Fri, 23 Apr 2021 11:54:28 -0400 Subject: [dba-Tech] Microsoft 365 Additional Actions Message-ID: <000201d73858$f1a4b5e0$d4ee21a0$@gmail.com> The Additional Actions (sort of an add-in) won't work at all. I've enabled them, disabled them. checked Trust Center, researched. I'm clueless. The Additional Actions item appears on the right-click submenu, but when I click it, whatever app I'm using, closes. Thanks in advance, Susan H. From rockysmolin2 at gmail.com Mon Apr 26 18:27:15 2021 From: rockysmolin2 at gmail.com (Rocky Smolin) Date: Mon, 26 Apr 2021 16:27:15 -0700 Subject: [dba-Tech] Word Press Website Search Function In-Reply-To: References: Message-ID: Dear Lists: A client I have worked with for years needs support for a WordPress website they have built for a business which is a little complicated to explain. But if you're interested you can call me to get the back story. 760-683-5777. Or call him direct: Scott Arens, 619-917-1119 Or if you know someone who might be interested in the job, please pass along the info. Thanks and regards, Rocky Smolin Beach Access Software ---------- Forwarded message --------- From: Scott Arens Date: Mon, Apr 26, 2021 at 2:35 PM Subject: RE: Website Search To: Rocky Smolin Rocky: I would definitely be open to working with someone in another country. I think that idea more than a college student because a) I would not know how to find them and b) they probably won?t be around in a year or two. I would rather work with someone on a more long-term basis. *What I need* We want client to register for our courses from one spot, as follows: https://ahiassociates.com/scheduled-courses/ It looks weird now as we are having issues with site. This will include all of our courses (five different) from different providers (us, various state societies), with different lengths and with different start dates. If there are say 30 courses available we want the potential customer to be able to filter using a few parameter so they can see those courses that fit their needs. I know you could do this in a snap in Access, since you have done such filters and far more. But it needs to work on the site. All of the data in the website will match the courses in the database. Exactly. It would be great if there was some automatic integration or some ability to download the data to a file and then upload to the site. Otherwise, we would need to input (re-input) each cell individually. Any thoughts or referrals would be appreciated. Scott *From:* Rocky Smolin [mailto:rockysmolin2 at gmail.com] *Sent:* Monday, April 26, 2021 10:52 AM *To:* Scott Arens *Subject:* Re: Website Search No, I don't do Word Press. I don't know of someone right off but will think on it. Would you consider a college student - you might have some luck at the Universities. I'll bet there are some crack WordPress programmers at UCSD. Would you be amenable to working remotely with someone, maybe even foreign? I can poll my forum. What kind of searching do you want to do? Would the data you're looking for be available in the revised version of the AHI database? r On Mon, Apr 26, 2021 at 10:15 AM Scott Arens wrote: Rocky: We need a programmer to help us create a course search function on our AHI website (in Wordpress). Is that something you do? If not, any recommendations? Thanks, Scott