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 TouchToneTommy 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: gretsch
  • Content: Threads
  • Order by date
  1. gretsch

    Copy a windows folder to users desktop

    From an Access form (Access 2000), I need a user to be able to browse for a windows folder, then have that same folder with any files it contains, copy to the users desktop. Any examples any one has would be greatly appreciated. thnx D.
  2. gretsch

    Nested IIF Help

    I am a VB programmer with very limited access reports experiance, how can i make this same IIF statement a nested one? =IIf([IndPTP]>1.25,"Y","N") eg: if the Val is between 1.25 and 1.50 make the result A if the Val is between 1.51 and 1.75 make the result B if the Val...
  3. gretsch

    IIF statement in Detail not working

    Im using this statement in the Control Source of a report field =IIf([IndPTP]>125,"YES","NO") [IndPTP] is a field on the report not in the underlying query. It always results in "NO" when I run the report, HELP Gretsch

Part and Inventory Search

Back
Top