Reports Not Right

terylgirl

New Member
Joined
Mar 21, 2003
Messages
4
Hello Board,

The reports in my App. are putting a ID number from the table on my report instead of the actual text. Example, I have a table with a status column i.e. (ongoing, complete, on hold) and a status id column with 1-5 for each status. Well, on my reports where I ask for the status, I get the status id number. What can I do to get this to stop and give me the actual text? Thanks!
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
The text box sounds like it's bound to the wrong field. Right click the text box, go to properties, Control Source, and change it to the field that you want it bound to
 
Upvote 0
Do you have the status text in the same table or query as the ID. If so, you should need only to right click on the field of interest with the report in design view, and change the control source property to the field that has the status text.

If the status text is not in the same quary/report as the one to which your report is refering, you will need to add a new query that associates the statusID with its text equivelant, and any other info you need in the report, and have this query be your reports record source. You can then click on the 'field list' icon on Access's main toolbar and drag over the text status field, or insert a blank textbox and set its control source to the status text field.

HTH,
 
Upvote 0

Forum statistics

Threads
1,221,517
Messages
6,160,260
Members
451,635
Latest member
nithchun

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top