M
MartinR
Hi.
I would like to known the code that is the opposite to "is null".
what i am trying to do is to open a form that will only display the
records that have no value in the "date in" field and that have a value
in the "works no" field.
The code i have at the moment is:
Dim stDocName As String
Dim stLinkCriteria As String
stLinkCriteria = "[Date In] Is Null" & "[Works no] Is Not Null"
stDocName = "historyrepair"
DoCmd.OpenForm stDocName, acFormDS, , stLinkCriteria
Can someone please help?
Regards
Martin
I would like to known the code that is the opposite to "is null".
what i am trying to do is to open a form that will only display the
records that have no value in the "date in" field and that have a value
in the "works no" field.
The code i have at the moment is:
Dim stDocName As String
Dim stLinkCriteria As String
stLinkCriteria = "[Date In] Is Null" & "[Works no] Is Not Null"
stDocName = "historyrepair"
DoCmd.OpenForm stDocName, acFormDS, , stLinkCriteria
Can someone please help?
Regards
Martin