ToshTrent
Technical User
- Jul 27, 2003
- 209
Hi I have several tables in my Access Database.
One table holds the Status information,
1. Pending
2. Setup
3. Awaiting Information
The second form holds the other information
PromotionID
PromotionName
PromotionDetails
PromotionStatus
on the second form (tblPromotions) It holds the data like,
PromotionID: (Autonumber)
PromotionName: (Text)
PromotionDetails: (Text)
PromotionStatus: (Text) - Either 1, 2 or 3 is entered in this field.
I then would like the query that i have setup to show the text value of that field, so instead of showing 1, I would like Pending to show, 2 = Active and so on.
Is there away to do this?
[red]Many Thanks[/red]
Matt
One table holds the Status information,
1. Pending
2. Setup
3. Awaiting Information
The second form holds the other information
PromotionID
PromotionName
PromotionDetails
PromotionStatus
on the second form (tblPromotions) It holds the data like,
PromotionID: (Autonumber)
PromotionName: (Text)
PromotionDetails: (Text)
PromotionStatus: (Text) - Either 1, 2 or 3 is entered in this field.
I then would like the query that i have setup to show the text value of that field, so instead of showing 1, I would like Pending to show, 2 = Active and so on.
Is there away to do this?
[red]Many Thanks[/red]
Matt