kcyankees125
Registered User.
- Local time
- Yesterday, 21:19
- Joined
- Nov 20, 2012
- Messages
- 11
I have a table [DATA] that has a Field named
Code:
with each record having a value from 0-9. I would like a query that creates a new field called [TYPE] that shows a D if the [CODE] value is 0 and shows an I for everything else. How can I do I do this?