09. januar 2012 - 14:44Der er
9 kommentarer og 1 løsning
Drill down
Hej folkens,
Jeg håber, at I vil hjælpe en Access rookie.
Jeg er i gang med at skabe en database, hvor der skal en være en drill down funktion, forstået på følgende måde:
Min "drill down" funktion skal fungere på den måde, at jeg har nogle forskellige data-niveauer, hvor en dato kan indsættes. Hvis man vælger det laveste niveau (niveau 4), da skal datoen kun indsættes her. Hvis man vælger et højere niveau (niveau 3), da skal datoen indsættes for alle niveau 4'ere. Hvis man vælger det højeste niveau (niveau 1), da skal datoen indsættes for alle niveauerne under dette - dvs dato på niveau 1 = dato på niveau 4.
Er der nogle der har et godt forslag til, hvordan dette kan gøres?
If your doing this through a form then you will need a way to choose the starting level. You could use a drop down for that by having a query which selects the distinct level from the table where you have your data.
Then maybe a field where you enter the date.
Then it would be just a case of using VB code to loop through the levels from starting level to bottom level and using SQL to update each level.
the thing is that the data level can differ from time to time, so it can't be a fixed level.
maybe I don't understand your solution correctly. If it is possible to first choose a level and then enter a date which is added to the level - how can the level (which differs) and the date be related.
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.