answersLogoWhite

0


Best Answer

Recs4frre.com will allow you to create an online employee database by basing your database on an existing template. There are a few templates on the site.

You can then set up users with different permission levels.

Employee photos can be uploaded and you can add or delete fields from the database.

For a local database try www.dms-intnat.com. This is not free but not too expensive.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Program to create a employee database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make an employee database in c program?

With lots of hard work.


How do you create a data base?

If your database program uses standard SQL commands, you would use the CREATE DATABASE command.


Step by step procedure to create employee database in ms access 2007?

yes


Can database programs create graphics?

You can create charts with them, but other than that you cannot create graphics with a database. They are not designed for dealing with graphics, so you would use a different program to create graphics.


Why do you need a database?

is a program that allows you to create and managedatabases. Adatabase is a place where you can store information related to a specific topic. How you intend to use the information will determine whether you need an Access database or a different program to create and manage your data


Can word processor create a database?

No. A database is much more complex then a document. You need a database program to create a database. If your needs are not too complex, Microsoft Access is a decent low end database. If you need something powerful, Oracle is much better, but you'll pay for it.


What can you do in database?

A database is a program in which to store information. Such information can be sorted and manipulated to create reports, and aid an advertising mail-merge, and so on.


Does Apple offer a database?

Filemaker, a well known database program, is now owned by Apple.Filemaker, a well known database program, is now owned by Apple.Filemaker, a well known database program, is now owned by Apple.Filemaker, a well known database program, is now owned by Apple.Filemaker, a well known database program, is now owned by Apple.Filemaker, a well known database program, is now owned by Apple.Filemaker, a well known database program, is now owned by Apple.Filemaker, a well known database program, is now owned by Apple.Filemaker, a well known database program, is now owned by Apple.Filemaker, a well known database program, is now owned by Apple.Filemaker, a well known database program, is now owned by Apple.


How do you design forms in object oriented database?

A database is about storing data, not about creating forms. You would create the forms in some programming language - NOT something directly related to the database server - than have your forms, or rather your program in general, connect to the database.


What kind of program is Microsoft access?

Microsoft Access is a type of database management program. It offers a graphical user interfaces that one can use to create and manage databases.


Create view in SQL?

create view vw_active_employee as select * from employee where status = 'Active' after creating the view, view can be used as a table to see active employee. e.g. select * from vw_active_employee Basically we save sql as a database object, so that we can use that in future as a virtual table.


How do you create a database?

In order to create a database link, the command CREATE DATABASE LINK is used. Depending on the requirement, private or public databases may be created.