If several languages coalesce the grammar
3 min ago
It will seem like simplified English.
1 hours ago
As a skeptical Cambridge friend of mine occidental.
Relational Database: - As we know very well MS-Access is a “RDBMS†which use to maintain database for specific organization for maintain a database user needs to create multiple related table and make relation between them based on key field. Components of relational database:- Ø Master tableØ Transaction tableØ Key fieldØ Primary keyØ Foreign key Master table:-Those table where user enter unique records of organization. It is a collection of main records. Transaction table:-Those tables which use to maintain records of master table. Transaction table are depend on master table. Key field:-Those fields which are common in every multiple table of database is called key field. Like: - st_id, Roll, Bank account no etc. Key type:-There are two types of key in MS-Access Primary key:-It is a rule which apply on that key field where you are confirmed. You have not to enter duplicates records. Generally this key is applied on master table. Foreign key:-This key is applied automatically apply on transaction table key field after created relation between master and transaction. How to make relation between master and transaction table?Process:-Ø Create two tables in table object (student & fee)Ø Click on database tools tabØ Click on relationshipØ Then a dialog box openØ Select student table and click on add buttonØ Select fee table and click on add buttonØ Click on master table roll and drag into transaction tableØ Click on create buttonØ Click on close buttonØ Click on yesØ Click on create tabØ Click on form wizardØ Select your transaction tableØ Click on add to all buttonØ Select your master tableØ Click on add to all buttonØ Click on nextØ Click on nextØ Select any layoutØ Click on nextØ Select any background designØ Click on nextØ Enter any nameØ Click on finishProcess for pending-fee_amt:-Ø Open your table in design viewØ Mouse right click on fee_AmtØ Click on propertiesØ Click on event tabØ Click on “on lost focusâ€Ã˜ Click on three ellipsis (…)Ø Click on code builderØ Click on okØ Write code as you needØ Pending=pending-fee_amtØ Click on save buttonØ Click on datasheet view Ø Again click on datasheet view
Ø Click on finish
Process for pending-fee_amt:-
Ø Open your table in design view
Ø Mouse right click on fee_Amt
Ø Click on properties
Ø Click on event tab
Ø Click on “on lost focusâ€
Ø Click on three ellipsis (…)
Ø Click on code builder
Ø Click on ok
Ø Write code as you need
Ø Pending=pending-fee_amt
Ø Click on save button
Ø Click on datasheet view
Ø Again click on datasheet view