How to start in MS access?
Hi guys, I am a bit confused with MS access.
How to start this program, I mean I want to start a new file in access.
Regards.
Hi guys, I am a bit confused with MS access.
How to start this program, I mean I want to start a new file in access.
Regards.
Hello Mr. Ron.
MS access is a great program to design any kinds of database files. If you already have installed MS access on your computer then it would be very easy to start a new database file. Just follow the steps given below:
1) Go to start menu and click on 'all programs'.
2) Open Microsoft Access. You will see a blank box there.
3) You will find three options there. Click on 'blank access database'.
4) A box will appear that shows 'file new database'. Click on that and select the location to save this file.
Now you can start your work.Â
Thank you.
Ron,
To start with Microsoft Access, open the application, the welcome screen appears and choose in the options given.
To begin with a blank document, click ‘Blank Database’ then key in your desired filename for your database. Then, click ‘create’ bottom.
To create the table, on the menu bar, click ‘create’ then ‘Query Design’, then click ’SQL’.
CREATÂ TABLE<table name>(<attribute name><size>)
Example
CREAT TABLE STUDENT( sno varchar(5), sname varchar(25),addr varchar(20),t_fee float)