Hi There,
I am trying to find an issue in an access program but I do not know why there is a problem. I have narrowed it down to this piece of code:
If (Not IsNull(Me.Recordset("TaskId"))) And Me.Recordset("TaskId") <> 0 Then
there is a value in TaskId
Else
there is not a value in TaskId
End If
What is Me.Recordset("TaskId") and where would it have been created?
The program breaks if there is no value for TaskId. I can't find where the recordset is first created.
Thanks for your help.
Best Regards,
I am trying to find an issue in an access program but I do not know why there is a problem. I have narrowed it down to this piece of code:
If (Not IsNull(Me.Recordset("TaskId"))) And Me.Recordset("TaskId") <> 0 Then
there is a value in TaskId
Else
there is not a value in TaskId
End If
What is Me.Recordset("TaskId") and where would it have been created?
The program breaks if there is no value for TaskId. I can't find where the recordset is first created.
Thanks for your help.
Best Regards,