SlideShare a Scribd company logo
LAB ACTIVITY-making forms using wizard 
 Name of database- “My Music Store” 
 In a music store, a catalogue was being prepared for maintaining the 
albums. Design a table “Album Details” whose fields are as follows 
Field name Data type Description 
Album Id Auto number Primary key to track the album 
Type Text Whether it is “audio” or “video” 
Album Name Text Name of the album 
Price Currency Price of the album 
Stock Number How many are present in stock 
Artist Text Name of the artist 
Discount Yes/No Whether the album is on discount sale 
 Create the above table. Enter 4 records on your own in the table. 
 Generate a form using form wizard option. 
 Fields to be included in the form are as follows: Album ID, Album Name, 
Price, Artist, Discount. 
 Use “Tabular” layout for your form and a style of your own choice. 
 Save the form as “Albums instore”. 
 Modify the form as per your choice in the layout view. 
 Click on save.

More Related Content

Viewers also liked

Java script calc by karan chanana
Java script calc by karan chananaJava script calc by karan chanana
Java script calc by karan chananakarnchanana
 
Fig 16 17
Fig 16 17Fig 16 17
Fig 16 17
Cameron McEwan
 
10)college
10)college10)college
10)collegepanks172
 
Media analysis (1)
Media analysis (1)Media analysis (1)
Media analysis (1)
jkukielski
 
Día 4 de febrero
Día 4 de febreroDía 4 de febrero
Día 4 de febrero
Antonio Linares Esteve
 
Colegio josé hernandez
Colegio josé hernandezColegio josé hernandez
Colegio josé hernandez
Jesi Bruno
 
My review
My reviewMy review
My review
ryanmtucker1998
 
Halloween Contact Lenses
Halloween Contact LensesHalloween Contact Lenses
Halloween Contact Lenses
Sclera-Lenses
 
Economic Indicator
Economic IndicatorEconomic Indicator
Economic Indicatortokschool
 
Donation.se Framtidens Donering!
Donation.se Framtidens Donering!Donation.se Framtidens Donering!
Donation.se Framtidens Donering!
Casper Schwerin
 
Déficit de magnesio y vulnerabilidad frente las infecciones
Déficit de magnesio y vulnerabilidad frente las infeccionesDéficit de magnesio y vulnerabilidad frente las infecciones
Déficit de magnesio y vulnerabilidad frente las infeccionesamlsport®
 

Viewers also liked (15)

Java script calc by karan chanana
Java script calc by karan chananaJava script calc by karan chanana
Java script calc by karan chanana
 
Fig 16 17
Fig 16 17Fig 16 17
Fig 16 17
 
θρησκευτικα (1)
θρησκευτικα (1)θρησκευτικα (1)
θρησκευτικα (1)
 
Tematica1
Tematica1Tematica1
Tematica1
 
Carmen iglesias puerta 2ºprimaria a
Carmen iglesias puerta 2ºprimaria aCarmen iglesias puerta 2ºprimaria a
Carmen iglesias puerta 2ºprimaria a
 
10)college
10)college10)college
10)college
 
Media analysis (1)
Media analysis (1)Media analysis (1)
Media analysis (1)
 
Día 4 de febrero
Día 4 de febreroDía 4 de febrero
Día 4 de febrero
 
Colegio josé hernandez
Colegio josé hernandezColegio josé hernandez
Colegio josé hernandez
 
My review
My reviewMy review
My review
 
Halloween Contact Lenses
Halloween Contact LensesHalloween Contact Lenses
Halloween Contact Lenses
 
Sistemas operativos 1
Sistemas operativos 1Sistemas operativos 1
Sistemas operativos 1
 
Economic Indicator
Economic IndicatorEconomic Indicator
Economic Indicator
 
Donation.se Framtidens Donering!
Donation.se Framtidens Donering!Donation.se Framtidens Donering!
Donation.se Framtidens Donering!
 
Déficit de magnesio y vulnerabilidad frente las infecciones
Déficit de magnesio y vulnerabilidad frente las infeccionesDéficit de magnesio y vulnerabilidad frente las infecciones
Déficit de magnesio y vulnerabilidad frente las infecciones
 

More from panks172

15) hospital practise
15) hospital practise15) hospital practise
15) hospital practisepanks172
 
14)toyshop practise
14)toyshop practise14)toyshop practise
14)toyshop practise
panks172
 
12)adding tab controls to forms
12)adding tab controls to forms12)adding tab controls to forms
12)adding tab controls to formspanks172
 
11)recap forms and queries
11)recap forms and queries11)recap forms and queries
11)recap forms and queriespanks172
 
9)creating simple query
9)creating simple query9)creating simple query
9)creating simple querypanks172
 
8)adding buttons
8)adding buttons8)adding buttons
8)adding buttonspanks172
 
7)hiding fields in form
7)hiding fields in form7)hiding fields in form
7)hiding fields in formpanks172
 
4)lab activity2 ms access
4)lab activity2 ms access4)lab activity2 ms access
4)lab activity2 ms accesspanks172
 
2)lab activity1 ms access
2)lab activity1 ms access2)lab activity1 ms access
2)lab activity1 ms access
panks172
 

More from panks172 (10)

15) hospital practise
15) hospital practise15) hospital practise
15) hospital practise
 
14)toyshop practise
14)toyshop practise14)toyshop practise
14)toyshop practise
 
13)actors
13)actors13)actors
13)actors
 
12)adding tab controls to forms
12)adding tab controls to forms12)adding tab controls to forms
12)adding tab controls to forms
 
11)recap forms and queries
11)recap forms and queries11)recap forms and queries
11)recap forms and queries
 
9)creating simple query
9)creating simple query9)creating simple query
9)creating simple query
 
8)adding buttons
8)adding buttons8)adding buttons
8)adding buttons
 
7)hiding fields in form
7)hiding fields in form7)hiding fields in form
7)hiding fields in form
 
4)lab activity2 ms access
4)lab activity2 ms access4)lab activity2 ms access
4)lab activity2 ms access
 
2)lab activity1 ms access
2)lab activity1 ms access2)lab activity1 ms access
2)lab activity1 ms access
 

5)lab activity2 ms access

  • 1. LAB ACTIVITY-making forms using wizard  Name of database- “My Music Store”  In a music store, a catalogue was being prepared for maintaining the albums. Design a table “Album Details” whose fields are as follows Field name Data type Description Album Id Auto number Primary key to track the album Type Text Whether it is “audio” or “video” Album Name Text Name of the album Price Currency Price of the album Stock Number How many are present in stock Artist Text Name of the artist Discount Yes/No Whether the album is on discount sale  Create the above table. Enter 4 records on your own in the table.  Generate a form using form wizard option.  Fields to be included in the form are as follows: Album ID, Album Name, Price, Artist, Discount.  Use “Tabular” layout for your form and a style of your own choice.  Save the form as “Albums instore”.  Modify the form as per your choice in the layout view.  Click on save.