L
Linda
I have a table with roughly 50 fields that stores different services
available to a customer but not all fields will contain data for a given
record. For example, one customer record may have values in 10 of the 50
possible services and another customer may have values in 25 of the 50
services available.
When I''m printing a work order report for a selected customer I only want
the fields in the table that contain values for that customer....so 10 fields
with values out of a possible 50.
I figured out how to hide the null values but my report looks horrible
becuase I have a value here, a value there, becuase all the null fields are
still taking up a place in the report even though they are not visible.
The fields that have values stored for a particular record are not
sequential and that is throwing me off. Customer A might have values in
field 1, field 5, field 25, and field 50 in the table so I'd like the report
to look as follows:
Customer A
Field 1
Field 5
Field 25
Field 50
available to a customer but not all fields will contain data for a given
record. For example, one customer record may have values in 10 of the 50
possible services and another customer may have values in 25 of the 50
services available.
When I''m printing a work order report for a selected customer I only want
the fields in the table that contain values for that customer....so 10 fields
with values out of a possible 50.
I figured out how to hide the null values but my report looks horrible
becuase I have a value here, a value there, becuase all the null fields are
still taking up a place in the report even though they are not visible.
The fields that have values stored for a particular record are not
sequential and that is throwing me off. Customer A might have values in
field 1, field 5, field 25, and field 50 in the table so I'd like the report
to look as follows:
Customer A
Field 1
Field 5
Field 25
Field 50