I am having a little trouble here, so please bear with me as i try to give a good explanation to tell what i am trying to do.
What i am basically trying to do is build a time line which when certain dates are entered it autofills other dates. What i have done is created a form that is based on a query. The query is based on a project table. The table is set up by having several columns such as task1, task1 complete, task2, task2 complete, ...etc. There are about 50 of these items. Through the form i can update each tasks dates very easily. That is not the problem, the problem lies in the fact i am wanting to generate a daily report based on the dates that i have entered into the form and whether or not the item was completed, like a daily to do list. I can then set the criteria of the query the "daily report" is generated from on 100+ items....(which wont work) some based on comparing date due with todays date, and others whether or not the task was completed. I have thought that if i can make the columns into rows, it would be alot easier on the report issue for in a subform i can list only teh records that are due and not completed and i can also add items that arent in the normal spectrum of the project. Now the question would be how to update the dates on the items if they are rows from my form. I can bind textboxes to columns, but not rows(not that i know of anyway). Another thought i had was to have items added to the "toDo" list automatically everytime i modify a date on my form. Another thing that im not sure how to accomplish. Any ideas, or suggestions are welcome and appreciated. Hopefully this was enough explanation.
Thanx,
Bill
What i am basically trying to do is build a time line which when certain dates are entered it autofills other dates. What i have done is created a form that is based on a query. The query is based on a project table. The table is set up by having several columns such as task1, task1 complete, task2, task2 complete, ...etc. There are about 50 of these items. Through the form i can update each tasks dates very easily. That is not the problem, the problem lies in the fact i am wanting to generate a daily report based on the dates that i have entered into the form and whether or not the item was completed, like a daily to do list. I can then set the criteria of the query the "daily report" is generated from on 100+ items....(which wont work) some based on comparing date due with todays date, and others whether or not the task was completed. I have thought that if i can make the columns into rows, it would be alot easier on the report issue for in a subform i can list only teh records that are due and not completed and i can also add items that arent in the normal spectrum of the project. Now the question would be how to update the dates on the items if they are rows from my form. I can bind textboxes to columns, but not rows(not that i know of anyway). Another thought i had was to have items added to the "toDo" list automatically everytime i modify a date on my form. Another thing that im not sure how to accomplish. Any ideas, or suggestions are welcome and appreciated. Hopefully this was enough explanation.
Thanx,
Bill