Microsoft
Software
Hardware
Network
Question : Format IIF
Exoerts,
I get a #error for every CurrencyID not equal to 1, For currencyID = 1 it returns the expected number. Is there something wrong with the below?
USDEquivalent: Format(Round(IIf([Currency
ID]=1,"",(
[tblLetter
OfCredit]!
[Amount]*[
tblCurrenc
yExchange]
![Exchange
Rate]))),"
Currency")
thank you
Answer : Format IIF
USDEquivalent:
IIf([CurrencyID]=1,"",Form
at(Round([
tblLetterO
fCredit]![
Amount]*[t
blCurrency
Exchange]!
[ExchangeR
ate]),"Cur
rency"))
Random Solutions
How do I write a firewall?
How DNS and domain names work
cannot receive email
Problems installing the AjaxControlTooKit.dll
Event ID 1050 MSEx Runtime
Why does my HP Desktop have power options for being plugged in and not plugged in?
security updates for windows 2003 server not downloading
Convert web.config from .NET 3.5 to 4.0
Is there anyway to reserve some resources in windows server so that RDC will still work in the event network/cpu is exhausted?
asp.net: My problem is, I am using an ajax extender Calendar to enter BeginDate & EndDate values