Hello!
Im trying to make an application where you are supposed to fill in workhours every day and a comments
column and another column. I use week to get the different days; week, mon, tues,wén..comments, anothercolumn.
I link it to a usertable. this means that for every week every employee gets 7 rows where 6 weekdays are null and one contains the workhours for the actual day. Is this good or bad design? Is there another way to build this
I would be very gratefull if anyone comment on this

/bea