locked
Test for existence of temp variable RRS feed

  • Question

  • Afternoon all,

    Is it possible to test for the existence of a temp variable?
    I'd like to set a filter based on whether a temp variable has been set or not, but cannot determine how to test for it.

    Thanks!

    Friday, January 22, 2016 9:31 PM

Answers

  • Hi. Have you tried using the IsNull() function? For example:

    If IsNull(TempVars!VarName) Then

    ...

    Hope that helps...

    • Marked as answer by Ryntak4536 Friday, January 22, 2016 10:22 PM
    Friday, January 22, 2016 9:33 PM