J
joe
Hello
I am creating a time card database but i have a question in how to designate primary keys.I only have two tables, one for employee and another for timecards.It will track the hours of twenty three employees that have a employee number and i thought i could use that as a primary key in the employee table.I have seen sample databases where acct numbers or employee numbers are seen in datasheet view with a plus sign next to them and when clicked, all transactions for that acct or employee number tree out with all the related data.In mine, i cant get those results....As far as organization, it does not look good since for each day of the work week ,the datasheet view shows all entries for each employee for each day of the week.Is it my primary key designation of empId to an autonumber in timecards the problem
Thanks,Joe
I am creating a time card database but i have a question in how to designate primary keys.I only have two tables, one for employee and another for timecards.It will track the hours of twenty three employees that have a employee number and i thought i could use that as a primary key in the employee table.I have seen sample databases where acct numbers or employee numbers are seen in datasheet view with a plus sign next to them and when clicked, all transactions for that acct or employee number tree out with all the related data.In mine, i cant get those results....As far as organization, it does not look good since for each day of the work week ,the datasheet view shows all entries for each employee for each day of the week.Is it my primary key designation of empId to an autonumber in timecards the problem
Thanks,Joe