B
billab0nx
Hi, i just learn on how to use access.
I tried to create time log, So i create 3 tables
1. tblEmployee (ID, Name)
2. tblStartTime (Date, StartTime(PK), Emp_ID)
3. tblFinishedTime(Date, FinishedTime(PK), Comments, Emp_ID)
My Table relation is Emp_ID as foreign key to tblStartTime and
tblFinished Time.
Now, when i generate report, The table start working just fine the
didn't duplicate the rows, But the Finished table it keep on showing
the previous value, so it will show double.
Can someone help me? i can send the db.
Thank u in advance.
I tried to create time log, So i create 3 tables
1. tblEmployee (ID, Name)
2. tblStartTime (Date, StartTime(PK), Emp_ID)
3. tblFinishedTime(Date, FinishedTime(PK), Comments, Emp_ID)
My Table relation is Emp_ID as foreign key to tblStartTime and
tblFinished Time.
Now, when i generate report, The table start working just fine the
didn't duplicate the rows, But the Finished table it keep on showing
the previous value, so it will show double.
Can someone help me? i can send the db.
Thank u in advance.