Please help me report formating

  • Thread starter zzzzzzzzzzzzzzz good student
  • Start date
Z

zzzzzzzzzzzzzzz good student

Hi.
my report have rows with record in columns fields are arranged. some row
maybe sometimes are equal. or one column have the same value. how can i
report one of field value for some rows (records) that contain equal value.

at now:
name field1 field2 fee fee/h
a x y 100 20
b xx yy 100 20
c xxx yyy 100 20

i want:
name field1 field2 fee fee/h
a x y 100 20
b xx yy " "
c xxx yyy " "

or
name field1 field2 fee fee/h
a x y 100 20
b xx yy
c xxx yyy

mybee my report at now show at this:
name field1 field2 fee fee/h
a x y 100 20
b xx yy 100 20
c xxx yyy 100 20
d xxxx yyyy 300 40

i want show at:
name field1 field2 fee fee/h
a x y 100 20
b xx yy
c xxx yyy
d xxxx yyyy 300 40

Thanks for your advice.
Thanks you very mch. :)
 
M

Marshall Barton

zzzzzzzzzzzzzzz said:
my report have rows with record in columns fields are arranged. some row
maybe sometimes are equal. or one column have the same value. how can i
report one of field value for some rows (records) that contain equal value.

at now:
name field1 field2 fee fee/h
a x y 100 20
b xx yy 100 20
c xxx yyy 100 20

i want:
name field1 field2 fee fee/h
a x y 100 20
b xx yy " "
c xxx yyy " "

or
name field1 field2 fee fee/h
a x y 100 20
b xx yy
c xxx yyy

mybee my report at now show at this:
name field1 field2 fee fee/h
a x y 100 20
b xx yy 100 20
c xxx yyy 100 20
d xxxx yyyy 300 40

i want show at:
name field1 field2 fee fee/h
a x y 100 20
b xx yy
c xxx yyy
d xxxx yyyy 300 40


Try using the HideDuplicates property on the fee and fee/h
text boxes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top