Hi, Plz note, My VBA is disabled security reason
Plz use only Expression builder, Macros, Queries, Tables, Forms and Reports only.
---------------------------------------------------------------------------------------
Hi, I have [Field] type Date and Time and I have [Filed] type Number, I want to say if this Field is not Null show me message box, but macro does not recognize the syntax
I will show you my tries how do I write Is Not Null
and all of them does not work with me
Is Not Null([DateTime])
Is Not Null([DateTime])=0
Not IsNull([DateTime])
[DateTime] Is Not Null
Len([DateTime],0)
Len([DateTime])=0
Nz([DateTime],0)
Len(Nz([DateTime],0))
Plz help!
Plz use only Expression builder, Macros, Queries, Tables, Forms and Reports only.
---------------------------------------------------------------------------------------
Hi, I have [Field] type Date and Time and I have [Filed] type Number, I want to say if this Field is not Null show me message box, but macro does not recognize the syntax
I will show you my tries how do I write Is Not Null
and all of them does not work with me

Is Not Null([DateTime])
Is Not Null([DateTime])=0
Not IsNull([DateTime])
[DateTime] Is Not Null
Len([DateTime],0)
Len([DateTime])=0
Nz([DateTime],0)
Len(Nz([DateTime],0))
Plz help!
Last edited: