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 wOOdy-Soft 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: Lightenup
  • Content: Threads
  • Order by date
  1. Lightenup

    Using a relative hyperlink

    I have relative hyperlinks (\Photos\picturename.jpg) in a table. Each link opens a specific picture. When you click on the link it automatically looks on the C drive for the 'Photos' folder then the picturename then opens the picture in my default browser. This works great if the 'Photos' folder...
  2. Lightenup

    Capture empty query

    How can I run a query but stop it from opening if it is empty/has no records? Dim stDocName As String stDocName = "qryDesc" DoCmd.OpenQuery stDocName, acViewNormal, acReadOnly Thanks for the help. Lightenup

Part and Inventory Search

Back
Top