I want to thank you guys for all your hints and tips. Visual Basic doesn't seem to need both outputs with the If..Then..Else structure, so I've made a function with that structure and now it works properly!
Thanks again!
I have the following criterium in an select query:
IIf(IsLoaded("FView Records");[Forms]![FView Records]![Material_nr];[Forms]![FView Specification]![NrField])
What I want to do is check with the IsLoaded function if the form "FView Recorrds" is loaded. If so, the IIf...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.