Forum Moderators: open
Report_id_table
id, emp_id, month, yr
1, 873, 09 08
Report_Table
id, emp_id, date, month, year, reason, period of absence, am/pm
1 873 12 09 08 VAC 12 3
Ok let me explain well i really got the first table because i want to validate the month with each report made because you can only make 1 per month. On the other table i got the id and emp id so i can know who they are, then the date month year ( im pretty sure theres a way to make it day/month/year but i dont know if i can validate like that and use it separately) then the reason like here is vacation, then the period of days, and if its going to be half day or the hole day (3=whole)... please help any suggestions... THX!