ItIsHardToProgram
Technical User
I have a database that employees use but I had some memos about the database not being user friendly enough. Let me explain to you the problem.
I have a form that acts has a time sheet for the hours worked. The database is protected by a normal MDW of course.
When accessing the time sheets, the form only loads the time sheets of the user that logged in.
Here is where it gets a bit messed. The employers want the time sheets to be seperated by project number/type, which means a subdivision.
So far so good.....
Since the employers want employees to be able to add as much project subdivision as they want, i figured a datasheet was the best idea (if not point me in any other direction).
This is what they dislike: When they want to create a subdivision, they absolutely need to enter a project number, so if they forget, they get annoying messages that they don't understand.
For that problem, I was wondering if there was a way to, if anything is entered in the row, it stays on focus on the combobox until a selection of a project.
Normally I would probably have no problem doing so, the thing is, how can I do so in Data Sheet view.
I have a couple other problems involving the cloning of the recordset in seperate txtboxes but I can get to that later.
I have a form that acts has a time sheet for the hours worked. The database is protected by a normal MDW of course.
When accessing the time sheets, the form only loads the time sheets of the user that logged in.
Here is where it gets a bit messed. The employers want the time sheets to be seperated by project number/type, which means a subdivision.
So far so good.....
Since the employers want employees to be able to add as much project subdivision as they want, i figured a datasheet was the best idea (if not point me in any other direction).
This is what they dislike: When they want to create a subdivision, they absolutely need to enter a project number, so if they forget, they get annoying messages that they don't understand.
For that problem, I was wondering if there was a way to, if anything is entered in the row, it stays on focus on the combobox until a selection of a project.
Normally I would probably have no problem doing so, the thing is, how can I do so in Data Sheet view.
I have a couple other problems involving the cloning of the recordset in seperate txtboxes but I can get to that later.