|
-
May 6th, 2003, 04:15 AM
#2
Frenzied Member
Strange things happen. Even over here.
I've seen this on Access too. When you got a field with Yes No it changes in Ja Nee.
The only workaround i found is not to use the words but the values . 0 = false <> 0 = True
It is better to use <> 0 then 1 , cause access wants to use -1.
Code:
If Question = Incomplete Then
AnswerNextOne
Else
ReplyIfKnown
End If
cu Swatty
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|