This article addresses the importance and the use of Union Queries and also gives steps to effectively use it to get combined results.
Suppose a user has an MS Access database with two unrelated tables, one with client data and another with customer data. We assume that both these tables will have a field for contact information. Now if the user wants to see contact information in one view of both these tables, he will have to use the Union Query.
Union Query is used for selecting and...
Read more »
If you want to copy all images from a Word document to an Outlook email, you can use the 3 approaches introduced in this article.
For instance, you finish a Word document that contains multiple pictures. Later, you want to reuse these pictures in the document to compose an Outlook email. In this situation, you'll long for a quick solution to quickly copy the images from the word document to an email in Outlook. Looking at this requirement, here we will teach you 3 ways to get it.
Method...
Read more »
By default, Outlook doesn't support you to find and replace text in multiple emails at the same time. Therefore, if you want to do it, you can refer to this article. Here we will teach you how to realize it via VBA code.
For example, you have finished several emails in Outlook. Before you send them out, you discover some mistakes and want to modify some texts in these emails. In general, you have to perform 'Find and Replace" in each email one by one. Yet, it's too cumbersome. Thus here...
Read more »