B
Brigitte P
I successfully implemented the survey database to do the Mental Status Exam
based on DHookom AYS2000 database. However, I'm encountering a teeny weeny
problem when I try to compile (I use A2003). It stops at the following code:
Private Sub QstnText_BeforeUpdate(Cancel As Integer)
If IsNull.CurrentRecord Then
Me!QstnText = PrevRecord
End If
End Sub
Since I don't fully understand what I'm doing, I tried to delete these
lines, but then nothing works anymore - so obviously I need it. I
encountered in other applications problems when I used the IsNull function
but somehow resolved it (don't remember how). Any idea, because sooner or
later, I need to be able to compile. I have selected the appropriate library
DOA3.6, so I don't think that this is the problem.
As always, many thanks for all your help.
Brigitte P.
based on DHookom AYS2000 database. However, I'm encountering a teeny weeny
problem when I try to compile (I use A2003). It stops at the following code:
Private Sub QstnText_BeforeUpdate(Cancel As Integer)
If IsNull.CurrentRecord Then
Me!QstnText = PrevRecord
End If
End Sub
Since I don't fully understand what I'm doing, I tried to delete these
lines, but then nothing works anymore - so obviously I need it. I
encountered in other applications problems when I used the IsNull function
but somehow resolved it (don't remember how). Any idea, because sooner or
later, I need to be able to compile. I have selected the appropriate library
DOA3.6, so I don't think that this is the problem.
As always, many thanks for all your help.
Brigitte P.