![]() ![]() ![]() ![]() |
Microsoft
Office Applications | Macromedia
Fireworks | Macomedia
Dreamweaver | Adobe
Illustrator |
VB.NET | Database
Programming | Self-Study | |
Database concepts and utilization
of database technology. Types of database
storage, specifically flat-file, relational, hierarchical, and network.
Design and manipulation of relational databases emphasized.
Structured Query Language (SQL) and Microsoft Visual Basic for Applications.
Hands-on use
of the database package Access 2003. Network, web development, and
security issues addressed.
Can use, design,
create, customize, and administer database applications. ![]()
|
Project
PeopleTrak
This project is a human resources database. Complete with a main screen,
forms, reports, queries and macros. The Employee allows editing of records,
the other forms are read only with no editing.
The project consists of four tables |
Relationships |
Main Screen |
Employee Database This is the only form in the project that writes to record. It contains a calculated control to calculate total pay. |
Employee Directory This form is used for the lookup of employees. Personal information such as Salary, Social Security Number and pay information is not shown. |
Staff Database Form used by Managers Only. To view infomation pertaining to their staff. |
Phone Number Lookup |
Employee Directory Report This report is a listing of the Employee directory, with the same information that can be found the Directory Form. It is grouped by office location (Location table), sorted by Last Name and has a total count of all employees. |
Salary Report The salary Report is broken out by Department. It has calculated fields for Salary + Bonus (Total Pay) for each employee. There are sums of the Salary, Bonus and total pay for each Department and a grand total for the entire company. |
** Please note that this is not the completed version of the PeopleTrack database. It is a project in progress.**