Chris has attended:
Access Advanced course
Reports - how do you display the
I have a list of values in a table that are from a lookup column so 1=Oxygen, 2=Sleep, 3= TB etc.
In my report I want it to display Oxygen, Sleep and TB and not 1, 2 and 3. The report is getting it's information from a query which when run on it's own displays Oxygen, Sleep and TB but when put into a report displays 1, 2 and 3. How do I make it so the report displays Oxygen, Sleep and TB?
Chris