What does Microsoft Access do?

Access - Microsoft Access
@doncris (637)
Romania
January 10, 2007 1:55pm CST
I've just discovered that I have the program installed in my Microsoft Office bundle of joy. I have never used it. What does it do? What can I create with it?
6 responses
@bacchu30 (585)
• India
17 Jan 07
MS Access is used to create database. You may develop interactive desktop applications using access and programing language like Visual basic etc. But its not as powerful as sql.
1 person likes this
@doncris (637)
• Romania
1 Feb 07
Oh my God! So many unknown terms! Jeez, I'm so out of experience!:P
@RaCcOn (209)
• Portugal
24 Jan 07
Access is a SGBD! is a database gestor...
1 person likes this
• India
17 Jan 07
MS-Access is a DBMS(Database Management System). It can be used to create, alter, query,delete databases. MS-access uses tables which inturn contains tables(tables inturn contains records). The records are the real data. These tables are the place holders for your data. Tables are stored in a file with .mbd file extension. Ms-access can be integrated with other programing languages to act as a back-end(database) such as VisualBasic, Visual C++ etc. It is meant for small scale databases. Microsoft another database application for high end enterprise application known as MS-SQL server.
1 person likes this
22 Jan 07
Microsoft Access is a Program made for creating databases that can be used with your own program or be used on the internet or even more, they can be used for storing information.
1 person likes this
@blindedfox (3315)
• Philippines
24 Jan 07
Microsoft Access is a database program. It lets you create and manage Access databases for use with other programming languages. =) It has its own tools to manage its databases. =)
1 person likes this
@smrohitsm (231)
• India
1 Feb 07
MS Access is a Database Management System. Its a low key version use to store smaller amounts of data. u can fire all types of SQL queries, create tables, insert/delete/update data etc. Also used to develop various application in vb/java etc.