fboehlandt
Registered User.
- Local time
- Today, 21:27
- Joined
- Sep 5, 2008
- Messages
- 90
Hello everyone,
I have a table within my database that denotes of whether or not a particular investment fund employs leverage. It is, however, not a YES/NO field. The datatype is text. The field values are:
- No
- Yes
- Yes(10%)
- Yes(50%)
- Yes(80%)
- Yes(FOREX)
I want to create a query where "Yes" is displayed for every entry that is not "No" (thus changing it to a YES/NO Field in that query). I don't want to change the data in the source table (thus I cannot use an Update query or statement), since I might need the more detailed information at a latter stage. Is their a way to 'update' the data for that query only?
I have a table within my database that denotes of whether or not a particular investment fund employs leverage. It is, however, not a YES/NO field. The datatype is text. The field values are:
- No
- Yes
- Yes(10%)
- Yes(50%)
- Yes(80%)
- Yes(FOREX)
I want to create a query where "Yes" is displayed for every entry that is not "No" (thus changing it to a YES/NO Field in that query). I don't want to change the data in the source table (thus I cannot use an Update query or statement), since I might need the more detailed information at a latter stage. Is their a way to 'update' the data for that query only?