How to Prevent Sending Emails to a Specific Email Address in Your Outlook

Many users hope to block accidentally sending emails to a specific email address in Outlook. Thus, in this article, we will introduce a method to realize it. Outlook doesn't provide native features for blocking sending emails to a specific email address. Hence, if you would like to realize it, a bit of scripting is required. Now, in the followings, we'll share such a piece of VBA code. If you do not know how to use VBA, you can read the previous post – "How to Run VBA Code in Your...

Read more »

How to Customize the Flag Texts in Flagged Items in Your Outlook

When you flag an item, the default flag text is "Follow up". If you want to customize it, you can read this article. Here we will teach you to use VBA to realize it. By default, when you flag an item, the note is "Follow up". If you want to change it, you have to choose "Custom" flag option and then input your desired text in the popup dialog box. If you frequently need to assign a specific customized flag texts, you will surely dislike the above way in that it is too troublesome. Therefore,...

Read more »

How to Deal with an Access Error which Mentions Ambiguous Name Detected

In this article, we understand the error ‘Ambiguous name detected’ and how to deal with it. We make use of the Access application not just for storing data in databases but also for storing a wide range of procedures, ranging from short to lengthy, and simple to complex ones. It is not uncommon that there is more than one similar kind of procedures stored with similar file names. As a user, you might find this to be completely alright, but the application does not. If you are storing more...

Read more »