D
Dave H
Hi all,
Trying to come to grips with a couple of obscure/advanced (to me anyway
access queries via access help - can someone please confirm for me my
understanding of the above two expressions ?
1 - nz([Inv_No)+1 - means if Inv_No is null it will return 0+1 ? And if
Inv_No is not null will return value of Inv_No + 1 ?
2 - len(format([Tran_Date])) > 0 - means return the value of Tran_Date as a
string and if the length is greater than 0 will evaluate to true ?
Ta very muchly, Dave H.
Trying to come to grips with a couple of obscure/advanced (to me anyway
access queries via access help - can someone please confirm for me my
understanding of the above two expressions ?
1 - nz([Inv_No)+1 - means if Inv_No is null it will return 0+1 ? And if
Inv_No is not null will return value of Inv_No + 1 ?
2 - len(format([Tran_Date])) > 0 - means return the value of Tran_Date as a
string and if the length is greater than 0 will evaluate to true ?
Ta very muchly, Dave H.