Microsoft Access Notes
Microsoft Access Notes
Microsoft access is one of the most powerful and flexible data base program
because it can be used for both simple and complex data base project.
It also has the relational data base.
M.S. access provides us with set powerful tools for defining entering, managing
manipulating and resulting data.
Data-Base
It is the organized collection of data or related information that is shared and used
for multiple purpose.
Note1. If you put formula in query then it's effect will display in all of other
option.
Note2. If you put formula in form its effect will not display in report. (We have to
use (=))
#. Logical Formula: -
This formula is used for decision marking. Various logic
are used while soling any problem.
1. = 2. >
Formulas
Project -1
Amount: [Quantity]×[Rate] ok Run
Discount: [Amount]×15/100 ok Run
Net Amount: [Amount]-[Discount] ok Run
Project – 2
Bonus: [Salary]×10/100 ok Run
Tax: [Salary]×5/100 ok Run
Total: [Salary]+[Bonus]-[Tax] ok Run
Project – 3
Total: [English]+[Nepali]+[Math]+[Science]+[Social]+[Health]+[Opt I]+[Opt
II] ok Run
Result:
IIF([English]>32and[Nepali]>32and[Math]>32and[Science]>32and[Social]>3
2and[Health]>32and[Opt I]>32and[Opt II]>32,"Pass","Fail") ok
Run
Division: IIF([Percent]>=80and[Result]="Pass","Distinction",
IIF([Percent]>=60and[Result]="Pass","First division",
IIF([Percent]>=45and[Result]="Pass","Second Division",
IIF([Percent]>=32and[Result]="Pass","Third division","No Division"))))
ok Run
Color:IIF([Country]="USA","White",
IIF([Country]="AFRICA","Black","Olive")) ok Run
Example:-
First you have to create by design wizard so.
1. Click on forms.
2. Design wizard
3. Place all the field list into it.
4. Next
5. Design the type of the shape(Next)
6. Click on Finish.