Noreene Patrick
Registered User.
- Local time
- Today, 11:31
- Joined
- Jul 18, 2002
- Messages
- 223
In my table and on the form, I have a combobox that the user chooses the plant the product comes from and the combobox has 2 colums: plantid(text) and minutes(number). The bound column on my table and form is 0 which of course is plantid such as CH.
The table holds it correctly and the form shows the selection correctly. But, the report shows the record number such as 1 or 0. The report is based on a query and even the query shows the column as text. But the report only shows a number and it has to be the record number since the minutes are not even these numbers. The minutes in the table are either 4 or 5.
What am I missing? If it shows correctly in the table, form and queries, why does it not show correctly in the report?
The table holds it correctly and the form shows the selection correctly. But, the report shows the record number such as 1 or 0. The report is based on a query and even the query shows the column as text. But the report only shows a number and it has to be the record number since the minutes are not even these numbers. The minutes in the table are either 4 or 5.
What am I missing? If it shows correctly in the table, form and queries, why does it not show correctly in the report?
Last edited: