Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Blex
  • Order by date
  1. Blex

    IIf Function doesn't work properly

    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!
  2. Blex

    IIf Function doesn't work properly

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

Part and Inventory Search

Back
Top