R
rtwiss via AccessMonster.com
Is it possible to insert a Field Value into a String:
ElseIf [Name2] = 1 Then
GetConclusion = "Detect above standard for 1 out of XXXX quarters"
Else
"XXXX" is located in another field. How do I put these together?
ElseIf [Name2] = 1 Then
GetConclusion = "Detect above standard for 1 out of XXXX quarters"
Else
"XXXX" is located in another field. How do I put these together?