Some users would like to export an Outlook email as an image file, such as a jpg file. Therefore, in this article, we will introduce you how to get it via Outlook VBA code.
You must have learned a variety of tricks for exporting an email as text...
Read more »
The article explains why the users should avoid using calculated fields in the database and instead use Queries.
MS Access allows its users to create calculated columns (field type) in the table design to perform various calculations, but more...
Read more »
IsVisible and HideDuplicate property allow the user to hide the duplicate and repetitive fields in Microsoft Access but there is a small difference between the two. The article sums up the functioning of these two properties.
MS Access is one of...
Read more »
Numbering is one of the easiest ways of organizing data and in this article we apply the concept to on Access Forms and Reports
Numbering or ranking data plays an important role in keeping records sorted and organized. And people often prefer...
Read more »
If you would like to send all files in a Windows folder via individual Outlook emails to someone, you can use the method introduced in this article. It is making use of VBA code, which is quite effective.
After reading my previous article – “3...
Read more »
It must be quite frustrating if your Mac always gets stuck on booting halfway. Thus, in this article, we will introduce 5 useful solutions to this issue.
Have you ever encountered the case where Mac booting is stuck halfway? Many users have...
Read more »
In this article we examine scenarios which generate errors relating to failure to append records in MS Access
In MS Access, an append query is used when a user updates some records to an existing table, usually from other sources. Append query...
Read more »
If you hope to get a list of all the Outlook PST files stored on a local drive of your PC, you can utilize the piece of VBA code shown in this article. It can allow you to get it in quick time.
Maybe you have created and stored many Outlook...
Read more »
You may have noted that Outlook can only be set to auto insert signature to emails. It can’t auto insert signature to meeting invitations. Hence, this article will look at this issue and share 2 means to achieve it.
You can’t configure Outlook to...
Read more »
Using parameter query in MS Access is a child’s play; it is as easy as using a Criteria for creating a query. In this article we look at using them to limit records to a specific data range.
A parameter query is one of the most useful and easiest...
Read more »