It sounds like its not going to be possible without VBA coding, but at some point I need to be able to see the data in this format:
Code:
JAN-2 JAN-9 JAN-16 JAN-23
R&D_____ 1.0 1.0 1.0
DEV_____ 2.0 2.0
TESTING_ 1.0
Instead of this:
Code:
R&D_____ JAN-2 1.0
R&D_____ JAN-9 1.0
R&D_____ JAN-16 1.0
DEV_____ JAN-16 2.0
DEV_____ JAN-23 2.0
TESTING_ JAN-23 1.0
In terms of seeing where a project is heading there is a big difference - I need to be able to see the spread of resources as I am adding them. I have not yet found a way to create this in Access, because it is not a just a filtered, sorted list of records; it is a different way of viewing records.