IsNull in the Action Argument

D

D Mullins

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.
 
K

Ken Snell

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top