N
nytwodees
I use Access 2000.
I have a Meetings table that is used as a source to produce various reports.
One of the field's name is MM_CoName. This field is derived from a query
based on tb1Company table. Because there are Company Names that are
identical, it was necessary to show also the Company's address, city, and
zipcode. Therefore, MM_CoName is made of the the following 5 columns:
1 2 3 4 5
CompanyID, CC_CoNAME, CC_ADDRESS1, CC_CITY, CC_ZIP
The bound column is column 1. The 1st column is not viewable (it has a
length of 0." All the other columns are viewable from a drop down combo box.
When I chose a company from the combo box, the list is in CC_CoName A to Z
alphabetic order. So far , so good. However, when I use the Meetings table
in a report, I only want the Company Name to show (none of the other columns)
and I want the report to list these companys in Company Name A to Z order.
When I produce the report, I show only the Company Name (as I desired)
however, the list is sorting by the CompanyID. Can anyone explain how I
might accomplish sorting by Compamy Name instead? Thanks in advance!
I have a Meetings table that is used as a source to produce various reports.
One of the field's name is MM_CoName. This field is derived from a query
based on tb1Company table. Because there are Company Names that are
identical, it was necessary to show also the Company's address, city, and
zipcode. Therefore, MM_CoName is made of the the following 5 columns:
1 2 3 4 5
CompanyID, CC_CoNAME, CC_ADDRESS1, CC_CITY, CC_ZIP
The bound column is column 1. The 1st column is not viewable (it has a
length of 0." All the other columns are viewable from a drop down combo box.
When I chose a company from the combo box, the list is in CC_CoName A to Z
alphabetic order. So far , so good. However, when I use the Meetings table
in a report, I only want the Company Name to show (none of the other columns)
and I want the report to list these companys in Company Name A to Z order.
When I produce the report, I show only the Company Name (as I desired)
however, the list is sorting by the CompanyID. Can anyone explain how I
might accomplish sorting by Compamy Name instead? Thanks in advance!