elizachacko
Programmer
i have ben trying really hard to group on two fields in data reports in vb. but not working out!!!. will someone be kind enough to help???
this is my prob.
i have a table called bookregister with the following fields
category, author, bookname, stock
i want to group by category first and then by author.
the format of the data report that i want is given below
computer(category)
diana(author)
ffffff(bookname)
fgfghgf "
fgfgfggh "
walter(author)
dfgdfgfg(bookname)
dfdgfghg "
economics(category)
siam (author)
gghgh (bookname)
fgfgh "
i hope my prob is understood: ie grouping first on the basis of ategory and then on author
it is so easy in access but it's driving me nuts in vb!!!!
i tried group by but u see, the headers(category, author is repeating
to make it more clear
suppose in access we were to use the report wizard
we would first soecify the table,
then add two grouping levels
first : category
second: author
and we would get a report.
i want this same form of report in vb using data report and data environment
i am relatively new to this
pls help!!!!!!! i really need it.
elizabeth_c123@rediffmail.com
this is my prob.
i have a table called bookregister with the following fields
category, author, bookname, stock
i want to group by category first and then by author.
the format of the data report that i want is given below
computer(category)
diana(author)
ffffff(bookname)
fgfghgf "
fgfgfggh "
walter(author)
dfgdfgfg(bookname)
dfdgfghg "
economics(category)
siam (author)
gghgh (bookname)
fgfgh "
i hope my prob is understood: ie grouping first on the basis of ategory and then on author
it is so easy in access but it's driving me nuts in vb!!!!
i tried group by but u see, the headers(category, author is repeating
to make it more clear
suppose in access we were to use the report wizard
we would first soecify the table,
then add two grouping levels
first : category
second: author
and we would get a report.
i want this same form of report in vb using data report and data environment
i am relatively new to this
pls help!!!!!!! i really need it.
elizabeth_c123@rediffmail.com