hi everyone
I am using vb6 and access2003 combination. I have divided product codes in several catagories(11,1 2... ) and then using these catagories to make product codes (11001,11002,.. .) . For my daily closing report I want to see totals of all catagories belonging to one catagory group. I want to retrieve sum of particular group of catagories.
these catagories are
Metals (products having catagory codes 10-16)
Papers (.............. ............... ............... .......18)
UBC (.............. ............... ............... ...19-31)
I have two tables one for category codes, one for product codes, but no table for group codes.
I have tries doing this using parent child commands(poor approach because I could not use all child commands one report if I use it with dataenviornment )
any suggestions please.
regards
I am using vb6 and access2003 combination. I have divided product codes in several catagories(11,1 2... ) and then using these catagories to make product codes (11001,11002,.. .) . For my daily closing report I want to see totals of all catagories belonging to one catagory group. I want to retrieve sum of particular group of catagories.
these catagories are
Metals (products having catagory codes 10-16)
Papers (.............. ............... ............... .......18)
UBC (.............. ............... ............... ...19-31)
I have two tables one for category codes, one for product codes, but no table for group codes.
I have tries doing this using parent child commands(poor approach because I could not use all child commands one report if I use it with dataenviornment )
any suggestions please.
regards
Comment