ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
Visual Basic .NET (VB.NET) is an object-oriented programming language implemented on the .NET framework, but also supported on other platforms such as Mono and Silverlight. Microsoft launched VB.NET as the successor to the Visual Basic language. Though it is similar in syntax to Visual Basic pre-2002, it is not the same technology,
TRUSTED BY
The formula will be something like
If (Conditions for NO) then
"No"
else if (conditions for YES) then
"Yes"
else
"Skip"
I don't see any need to use variables. Variables are used when you need to retain a value for use later in the report.
mlmcc