Hello,
my questions may be rudimental for someone- but for me who has now been struggling with this for hours without sleep - it is not.
I completed a time sheet C# form and connected it to access database.
uers selected their name and filled in hours and submitted.
It worked fine.
Now I have to change it for management.
one I have to add a report that is either printed out for each user or displayed - and by what I have googled - it looks like printing out is easier - is this true?
second: I need security.
Should I have a login box that user first views and from there - they go to their form- or should I make a login on time sheet and user can then access a form with their report and anything else I may have to create in the future to be secure for them?
I am beginner here and if my logic sounds wrong - then without hitting me on the head can someone point out the more logical way I would go about doing this?
thank you
my questions may be rudimental for someone- but for me who has now been struggling with this for hours without sleep - it is not.
I completed a time sheet C# form and connected it to access database.
uers selected their name and filled in hours and submitted.
It worked fine.
Now I have to change it for management.
one I have to add a report that is either printed out for each user or displayed - and by what I have googled - it looks like printing out is easier - is this true?
second: I need security.
Should I have a login box that user first views and from there - they go to their form- or should I make a login on time sheet and user can then access a form with their report and anything else I may have to create in the future to be secure for them?
I am beginner here and if my logic sounds wrong - then without hitting me on the head can someone point out the more logical way I would go about doing this?
thank you
Comment