J
Jon
I'm new to this so here goes. I'm trying to open a form
and limit the records those that have not yet been
completed (i.e. field "END_DATE" = Null).
To my suprise a modification of the code from the Open
Form Wizard doesn't work:
---
Dim stDocName As String
Dim stLinkCriteria As String
stLinkCriteria = "[END_DATE] = Null"
stDocName = "isolation"
DoCmd.OpenForm stDocName, , , stLinkCriteria
---
Any ideas?
Thanks,
-Jon
and limit the records those that have not yet been
completed (i.e. field "END_DATE" = Null).
To my suprise a modification of the code from the Open
Form Wizard doesn't work:
---
Dim stDocName As String
Dim stLinkCriteria As String
stLinkCriteria = "[END_DATE] = Null"
stDocName = "isolation"
DoCmd.OpenForm stDocName, , , stLinkCriteria
---
Any ideas?
Thanks,
-Jon