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 derfloh 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: *

  1. Rabah007

    Open ACDsee from Access DB

    I try to open ACDsee software from access DB by writing this code: Dim stAppName As String stAppName = "C:\Program Files\ACD Systems\ACDSee\6.0\ACDSee6.exe" Call Shell(stAppName, 1) It is not opened. Note that the same code i can open others programs like : word, excel, Autocad...

Part and Inventory Search

Back
Top