F
Frank
BlankI have an field in a table entitled [Address]. All numbers in the
address field are exactly six digits long followed by a space then the
street name.
I built a query based on this table.
I have a report built on this query.
I want to sort the report so that data in the address field is in ascending
order based on the actual Street Names not the numbers. To do this, I
created the following function in the Query.
I added a field as follows: Sort Add: Mid([Address],8) when running the
query - all goes well.
However, I would like to create a group in the report that separates all the
addresses that start with a's, then b's, etc. with some white space.
What I did was go to the report's grouping and sorting options, I selected
the field in the query that reflected the address sort then did following:
group footer = Yes
group on = Prefix characters
group interval = 8
It seems the report should break out the records based on above but I have
had no success as of yet.
Any assistance in this matter is greatly appreciated.
Frank
address field are exactly six digits long followed by a space then the
street name.
I built a query based on this table.
I have a report built on this query.
I want to sort the report so that data in the address field is in ascending
order based on the actual Street Names not the numbers. To do this, I
created the following function in the Query.
I added a field as follows: Sort Add: Mid([Address],8) when running the
query - all goes well.
However, I would like to create a group in the report that separates all the
addresses that start with a's, then b's, etc. with some white space.
What I did was go to the report's grouping and sorting options, I selected
the field in the query that reflected the address sort then did following:
group footer = Yes
group on = Prefix characters
group interval = 8
It seems the report should break out the records based on above but I have
had no success as of yet.
Any assistance in this matter is greatly appreciated.
Frank