Hi:
I have created a form with a combo box named Status. The RowSource is a table where each entry is numbered so that they show up in a particular order in the combo box drop-down menu:
ORDER STATUS
| 1 | Under Inspection
| 2 | Offer Submitted
| 3 | Under Contract
| 4 | Completed
for this combo box on the form, the column count is 2, and the column widths are 0"; 2". The bound column is 1. In this situation, the user can only make choices from the items listed under "status" and they don't see the numbers. Here the value stored in the table is the number, not the words. So i changed the information in the lookup tab in design mode to "combo box" and made other changes to get the table to display the right information.
Here the problem begins. I used the report wizard to create a report and grouped the data on this Status combo box. Now, on the report the group heading is the number. Instead of saying "Offer Submitted" and having records under that, it just says "3". The SQL statement that the report is based on turns out the actual words "Offer Submitted". The only apparent problem is in the report itself. it's almost as though i need to direct the control on the report to bind to a particular column in this combo box.
Need more info? any suggestions?
-rj
I have created a form with a combo box named Status. The RowSource is a table where each entry is numbered so that they show up in a particular order in the combo box drop-down menu:
ORDER STATUS
| 1 | Under Inspection
| 2 | Offer Submitted
| 3 | Under Contract
| 4 | Completed
for this combo box on the form, the column count is 2, and the column widths are 0"; 2". The bound column is 1. In this situation, the user can only make choices from the items listed under "status" and they don't see the numbers. Here the value stored in the table is the number, not the words. So i changed the information in the lookup tab in design mode to "combo box" and made other changes to get the table to display the right information.
Here the problem begins. I used the report wizard to create a report and grouped the data on this Status combo box. Now, on the report the group heading is the number. Instead of saying "Offer Submitted" and having records under that, it just says "3". The SQL statement that the report is based on turns out the actual words "Offer Submitted". The only apparent problem is in the report itself. it's almost as though i need to direct the control on the report to bind to a particular column in this combo box.
Need more info? any suggestions?
-rj