G
Guest
I am trying to create VB Code for a form that says...
If [Status] = "Complete" And [Ended] Is Not Null Then
[Complete] = "Yes"
Else
[Complete] = "No"
End If
Status is a text field, Ended is a date field, and Complete is a text field.
I can't get it to work and all the books I've tried do not help me.
Can someone please tell me what I am doing wrong. I'm getting desperate.
Thank you.
Rachel
If [Status] = "Complete" And [Ended] Is Not Null Then
[Complete] = "Yes"
Else
[Complete] = "No"
End If
Status is a text field, Ended is a date field, and Complete is a text field.
I can't get it to work and all the books I've tried do not help me.
Can someone please tell me what I am doing wrong. I'm getting desperate.
Thank you.
Rachel