starting new database

ACCESS NEWB

Registered User.
Local time
Today, 07:26
Joined
Feb 12, 2008
Messages
64
I am new in this and would appreciate any help.
Here is what i have to do.Have 2 tables ,employees and equipment.
People form table1 are signing for equipment from table2.After certain time they turn that equipment and some1 else is getting it.
Should i make 3rd table with only signin and signout dates or something else?
 
You'll need another two fields in your 3rd table:

- EmployeeID
- EquipmentID

making it 4 fields.

Good luck on your project.
 

Users who are viewing this thread

Back
Top Bottom