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
Cross Domain Policy
Translate web site
Multiple $(document).ready() jquery conflicting
Vlookup with exact number format
EIGRP Stuck in Active
Is it recommended to use NIC teaming with NLB in windows 2008?
How can I group Excel radio buttons
CX600 FLARE 2.05.600.5.007 - upgrade procedure to 2.19?
Setting up exchange
WIX Installer Question