A
Anthony
Hi
I have a report based on a query which, for some records, may have certain
fields that are empty. These particular fields are based on combo boxes in
the underlying table.
How do I go about creating a report that will produce grammatically correct
sentences for all records, even if the number of fields with values in them
changes in the underlying query.
To illustrate what I mean, just say I have four fields in my query
containing the following values:
Field No. 1: "A"
Field No. 2: "B"
Field No. 3: "C"
Field No. 4: "D"
I want to be able to produce a report that will be grammatically correct no
matter how many (or which) of these four fields contain data. For example:
The values are "A", "B", "C" and "D".
The values are "A", "B" and "C".
The values are "A" and "B".
The values are "A", "C" and "D".
The values are "B" and "D".
......etc, etc.
Any suggestions?
Anthony
I have a report based on a query which, for some records, may have certain
fields that are empty. These particular fields are based on combo boxes in
the underlying table.
How do I go about creating a report that will produce grammatically correct
sentences for all records, even if the number of fields with values in them
changes in the underlying query.
To illustrate what I mean, just say I have four fields in my query
containing the following values:
Field No. 1: "A"
Field No. 2: "B"
Field No. 3: "C"
Field No. 4: "D"
I want to be able to produce a report that will be grammatically correct no
matter how many (or which) of these four fields contain data. For example:
The values are "A", "B", "C" and "D".
The values are "A", "B" and "C".
The values are "A" and "B".
The values are "A", "C" and "D".
The values are "B" and "D".
......etc, etc.
Any suggestions?
Anthony