neillovell
Programmer
Hi,
I'm trying to get started on this immediate problem but I'm unsure of how to implement my solution.
In my timesheet application I have a table containing a list of projects. Users currently use a drop down menu to select a project and then record their time alongside it.
Of course to make things difficult the projects list will be anything from 100 projects to 800 projects. Too many for a user to scroll through every day to add their time record against.
SO I want to have maybe a checkbox that the user can use to mark a project as a "favourite" so the drop down menu displays their favourites first (to save time wading through).
Now I figure a table and a query on that could do the job, but what fields does the table need? Or can I add favourite projects to my current table of employees (which holds their pay details etc.), in which case how would I send the data from this checkbox to that table.
As you can see, I need a foothold!
I'm trying to get started on this immediate problem but I'm unsure of how to implement my solution.
In my timesheet application I have a table containing a list of projects. Users currently use a drop down menu to select a project and then record their time alongside it.
Of course to make things difficult the projects list will be anything from 100 projects to 800 projects. Too many for a user to scroll through every day to add their time record against.
SO I want to have maybe a checkbox that the user can use to mark a project as a "favourite" so the drop down menu displays their favourites first (to save time wading through).
Now I figure a table and a query on that could do the job, but what fields does the table need? Or can I add favourite projects to my current table of employees (which holds their pay details etc.), in which case how would I send the data from this checkbox to that table.
As you can see, I need a foothold!