C
CW
I have seen posts on this before but cannot find the solution now that I need
it - I think John Vinson gave an explanation to somebody previously?
I have some queries where the numeric ID is displayed, rather than the text
description of a value from a table. I believe this is caused by using a
look-up e.g. a combo for entry of the data in a form?
Example - I have a table for Credit Terms that consists of several values
like these:
ID Terms
1 Prepaid
2 On Account
3 Cash on delivery
On an Orders form I have a combo where users select the appropriate option,
and that control then shows the text value.
In the Orders table however, it is stored as 1,2,3 etc and when I run a
Query that's what I get of course. How do I get the Query to show Prepaid, On
Account, etc??
Many thanks
CW
it - I think John Vinson gave an explanation to somebody previously?
I have some queries where the numeric ID is displayed, rather than the text
description of a value from a table. I believe this is caused by using a
look-up e.g. a combo for entry of the data in a form?
Example - I have a table for Credit Terms that consists of several values
like these:
ID Terms
1 Prepaid
2 On Account
3 Cash on delivery
On an Orders form I have a combo where users select the appropriate option,
and that control then shows the text value.
In the Orders table however, it is stored as 1,2,3 etc and when I run a
Query that's what I get of course. How do I get the Query to show Prepaid, On
Account, etc??
Many thanks
CW