mapping dates into a weekly column table

sha7jpm

Registered User.
Local time
Today, 19:21
Joined
Aug 16, 2002
Messages
205
I reviously posted a query, but have changed tack ab it on how I am going to do this so have deleted that and started afresh..

I have a table which has project description as column1 and then many columns after it with the start date of each week between now and the end of 2005.

I then have a form where the user types in against a set timetable the dates they expect each task to be performed...

What I want is to place in the table the task description and the date in the correct weekly column...

i.e. column 26/10/2005
send out letter1, 28/10/2005

or something like this....
I know this seems clumsy but it is the only way I can see to solve this problem..

any pointers would be most useful

ta

John
 
dont worry Pat,

I have not gone completely mad...

it was a last resort action to try and solve this task which is almost like recreating a MS Project GANT chart from an access table..

the table is stored presently in NF, but it would not link itself to a report of this nature..

BUT my oclleague and I seem to have found a way, by looping through the table and we seem to be on the way to solving this..

will post up the code when it is finished.. but fingers crossed it si working well and should be a small nifty section of code that will grab a table which has projectdescription as first column with dates stored against key stages, and turns the table into a report which has weekly interval dates along the top with the key stages reported as the data... a bit like MS outlook meeting planner...

fingers crossed of course!

John
 

Users who are viewing this thread

Back
Top Bottom