jiblankman
Registered User.
- Local time
- Today, 08:49
- Joined
- May 27, 2008
- Messages
- 43
I have a combobox in a form which lists the PanelID and PanelDescription from a query.
Column 1: PanelID (This column is bound)
Column 2: PanelDescription
The row source for the combobox is SELECT [PanelDescriptions].[ID], [PanelDescriptions].[panelDescription] FROM PanelDescriptions;
The users want the PanelID to show in the field so that they can enter a single digit number. However, on the report I want the PanelDescription to show.
I am calling the report using a commandbutton on the form. Everything works great except the PanelID is listed instead of the PanelDescription.
Can someone please tell me how to correct this? Thanks.
Column 1: PanelID (This column is bound)
Column 2: PanelDescription
The row source for the combobox is SELECT [PanelDescriptions].[ID], [PanelDescriptions].[panelDescription] FROM PanelDescriptions;
The users want the PanelID to show in the field so that they can enter a single digit number. However, on the report I want the PanelDescription to show.
I am calling the report using a commandbutton on the form. Everything works great except the PanelID is listed instead of the PanelDescription.
Can someone please tell me how to correct this? Thanks.