REAL LIFE APPLICATION OF MS ACCESS BUILT IN FUNCTIONS TO STOCK CONTROL
PRACTICAL QUESTIONS ON STOCK CONTROL
![]() |
Stock
|
![]() |
Sales
|
SOLUTIONS TO THE STOCK CONTROL QUESTIONS
![]() |



BUSINESS APPLICATION OF MS ACCESS BUILT IN FUNCTIONS TO BUDGET CONTROL
PRACTICAL QUESTIONS ON BUDGET CONTROL
![]() |
Budget
|
![]() |
Expenditure
|
Calculate the following:
b. Amount budgeted on finance department.
c. The amount spent on finance department.
d. Amount balance on finance department.
e. The total amount budgeted on finance and Education departments.
f. The total amount spent on finance and Education departments.
g. The total amount balance on finance and Education departments.
SOLUTIONS TO THE BUDGET CONTROL QUESTIONS
As usual, first create the two tables above in an Access database. Save the first table with budget and the second with expenditure. Join the tables first before you create the form or specify them as data source for your form.Study how the syntaxes of the DSUM functions are combined in some cases. It might require you to revisit the rules in creating a form and how to join or relate tables in MS Access.
a. Studying both tables above carefully, you will notice that in the first table, each of the departments appeared once in the BUDT_DEPT field. While in the second table, some of the departments appeared more than one record.
The BUDT_ID field in the budget table should have a primary key to avoid duplication of any item or data in that field. But it is very wrong to assign primary key in the EXP_ID field of the expenditure table because it will prevent the duplication of any of the items. Such situation is not desirable because some of the departments should appear twice.
The BUDT_ID and the EXP_ID fields should be the join fields. The EXP_WARRANT field should have a primary key to avoid the duplication of its data since each record in the expenditure table must have a unique EXP_WARRANT.
The relationship existing between the two tables is ONE-TO-MANY RELATIONSHIP. Therefore join or relate the tables using the procedure described in chapter two: Part two.
![]() |
![]() |
![]() |
Budget Control: Result
|
PRACTICE EXERCISE UNDER MS ACCESS FORMS
![]() |
No comments:
Post a Comment
WHAT'S ON YOUR MIND?
WE LOVE TO HEAR FROM YOU!