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 boot from san HP BL460c G6 and HP XP 240000
Modifing the configuration of a PIX 515 with Fail-over license
Post data back to jquery
Why does my outlook show three tasks for every email I mark?
How do I use a static page for Joomla's Home Page?
Exchange 2010 Send-As permissions do not stay applied
Unable to set send-as for Bes Express 5.01 on Exchange 2010
basic quadratic question
How Can I Downgrade my VMWare Fusion for Mac?
do you know a function like $notes = nl2br( $_POST['notes'] ); in ASP?