I know this is a stupid question but I can't find the answer.
Please tell me where to find reference to this so I can print it out
and staple it to my head..
dim I as integer
dim missedstr as string
For i = 1 To 17
'If IsNull("questio n" & i & ".Value") Then
missedstr = missedstr & " question " & i
Next
I know that this does not work..it is saying that the string is null which it
never is.
I have added this to a string and passed it to the check and it says the string
is not null.
HOW do I have it check the value in the question to see if it is null..
I must be searching on the wrong syntax because I can't find it anywhere
thanks big time for a pointer to the answer
Please tell me where to find reference to this so I can print it out
and staple it to my head..
dim I as integer
dim missedstr as string
For i = 1 To 17
'If IsNull("questio n" & i & ".Value") Then
missedstr = missedstr & " question " & i
Next
I know that this does not work..it is saying that the string is null which it
never is.
I have added this to a string and passed it to the check and it says the string
is not null.
HOW do I have it check the value in the question to see if it is null..
I must be searching on the wrong syntax because I can't find it anywhere
thanks big time for a pointer to the answer
Comment