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 to sendkeys commands to two sequential dialog boxes
Ethernet crossover cable connect
get 550 5.7.1. Unable to relay for specific domains....
How to Stop Procedure Running after Message Box Displayed
explanation of httpcontext needed
PHP QUESTION - OSCOMMERCE - How to remove short description underneath products in Oscommerce 2.2
Cannot open xlsx attachement Outlook 2007
Windows 7 Deployment under 802.1x Wired LAN Authentication
How do i verify an age element using javascript?
Need to show image above datalist if user selects. the image.