IsNull in the Action Argument

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Wanting to use the SetValue action to set the Tag of the Active Screen Form to Null. What is the proper syntax? "Null" IsNull, Null, etc. When I used IsNull (without quotes), the macro failed. Access bracketed the [IsNull] making it an object rather than an expression.
 
I believe that the Tag property is text. Set it equal to "" (empty string).

--
Ken Snell
<MS ACCESS MVP>

D Mullins said:
Wanting to use the SetValue action to set the Tag of the Active Screen
Form to Null. What is the proper syntax? "Null" IsNull, Null, etc. When
I used IsNull (without quotes), the macro failed. Access bracketed the
[IsNull] making it an object rather than an expression.
 
Back
Top