Romper
Registered User.
- Local time
- Today, 17:02
- Joined
- Oct 28, 2012
- Messages
- 83
Hi all,
I have just normalized my database. In my main table "TBL_Main" I have a column "CategoryID" which gets it's information via a form combo box. The combo box looks at another table "TBL_Categories" which has fields "CategoryID" & "CategoryName".
So for example, the first record in TBL_Categories is "CategoryID" = 1 and "CategoryName" = Commonwealth. So via my combo box on my form I select "Commonwealth" from the drop down and it returns it's ID value back to the "CategoryID" column in the record source "TBL_Main.
If I now create a report on TBL_Main though it displays the "CategoryID" and what I need it to display is the "CategoryName" in this case 'Commonwealth'.
What do I have to do to rectify this so that ID's are converted back on the report to the value that they identify? E.g. (Commonwealth).
Please help.
I have just normalized my database. In my main table "TBL_Main" I have a column "CategoryID" which gets it's information via a form combo box. The combo box looks at another table "TBL_Categories" which has fields "CategoryID" & "CategoryName".
So for example, the first record in TBL_Categories is "CategoryID" = 1 and "CategoryName" = Commonwealth. So via my combo box on my form I select "Commonwealth" from the drop down and it returns it's ID value back to the "CategoryID" column in the record source "TBL_Main.
If I now create a report on TBL_Main though it displays the "CategoryID" and what I need it to display is the "CategoryName" in this case 'Commonwealth'.
What do I have to do to rectify this so that ID's are converted back on the report to the value that they identify? E.g. (Commonwealth).
Please help.