D Deleted member 147267 Guest Jul 7, 2020 #21 FrHollow said: When I switch to SQL code and have the correct syntax (which I didn't in the post I deleted), I do not get an error. Click to expand... Is Null is for queries; IsNull is a vba function. Try Is Null instead.
FrHollow said: When I switch to SQL code and have the correct syntax (which I didn't in the post I deleted), I do not get an error. Click to expand... Is Null is for queries; IsNull is a vba function. Try Is Null instead.
Isaac Lifelong Learner Local time , 16:41 Joined Mar 14, 2017 Messages 11,158 Jul 7, 2020 #22 Micron said: Is Null is for queries; IsNull is a vba function. Try Is Null instead. Click to expand... Hmm. IsNull in queries works for me, and Microsoft says it should be OK. ?
Micron said: Is Null is for queries; IsNull is a vba function. Try Is Null instead. Click to expand... Hmm. IsNull in queries works for me, and Microsoft says it should be OK. ?
Uncle Gizmo Nifty Access Guy Staff member Local time Today, 00:41 Joined Jul 9, 2003 Messages 17,444 Jul 7, 2020 #23 FrHollow said: What version of Access are you using? Click to expand... 2016 64bit
D Deleted member 147267 Guest Jul 7, 2020 #24 Yeah, I should have paid more attention to the fact that this about an expression and not a Where clause.
Yeah, I should have paid more attention to the fact that this about an expression and not a Where clause.
D Deleted member 147267 Guest Jul 8, 2020 #25 Maybe post the problem db itself? Then it might be able to be tested by various versions.