Pauldohert
Something in here
- Local time
- Today, 12:28
- Joined
- Apr 6, 2004
- Messages
- 2,101
How do I put a derived field into a view iN SQL Server
In access I would have
IIf([field1] = True,"",[Field2])
Or Alertantively can I return a Null instaed of the zero length string.
IIf([field1] = True,Null,[Field2])
Thanks
In access I would have
IIf([field1] = True,"",[Field2])
Or Alertantively can I return a Null instaed of the zero length string.
IIf([field1] = True,Null,[Field2])
Thanks
Last edited: