Search Results For: iif function

Microsoft Access IIF Function

In this video you’ll find out how to use a microsoft access iif function to create a list of items to order to replenish your stock. You’ll learn how to use the iif function to return a text value and to return the result of a calculation. You can download the database file, by clicking […]

Continue Reading

What Is The Access VBA NZ Function

The Access VBA NZ function allows you to test for values with zero length. It is unique with Access, as far as I know, no other language has this type of function, and you’ll have to make your own. If you want to check if a variable is blank, you should check the length (contents) […]

Continue Reading

Here Is A Customized Msgbox VBA Example

Here is an example of a customized VBA Msgbox. We giving some richtext and customizable flair to the rather ordinary message box. The following code provided with the code after the screenshot, is going to provide you with the ability to really make the ordinary message box shine! Sub MsgboxVBAExamples() Dialog.Box “VBAHowTo.com is your source […]

Continue Reading