|
|
Microsoft Access Functions and Expressions TutorialsLearn what is event processing, automate your application with macros, Visual Basic fundamentals, automating your application with Visual Basic and more.
 |
|
 |
|
Operators and Operands
Microsoft Access / Functions and Expressions
Microsoft Access and Microsoft Visual Basic are not case-sensitive. Therefore, any word we are going to use that involves a field, its name, and new words we will introduce in this section, whether written in uppercase, lowercase or a mix, as long as it is the same word, represents the same thing. Based on this, the words TRUE, True and true, as related to Microsoft Access, represent the same word. In the same way, if the words NULL, Null, and null are used in an expression, they represent the same thing.
Site: www.functionx.com
Report -
View Tutorial
|
|
 |
|
 |
 |
|
 |
|
Using Data Types
Microsoft Access / Functions and Expressions
A number is a digit (0, 1, 2, 3, 4, 5, 6, 7, 8, or 9), a combination of digits, or a combination of one or more digits, a separator, and one or more digits. Microsoft Access provides three techniques or categories of numbers. These should be applied appropriately to make your database as effective as possible. To specify that a column will contain only numeric values, after displaying the table in Design View and selecting the column under Field Name, set its Data Type to Number, Currency, or AutoNumber.
Site: www.functionx.com
Report -
View Tutorial
|
|
 |
|
 |
|