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 Shaun E 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: fusion007
  • Content: Threads
  • Order by date
  1. fusion007

    CODE FOR OPENING APPLICATION/DOCUMENT BY PRESSING ALT+LETTER

    Hi...I have a database where various applications/documents can be opened by clicking on the command button. What I want to do is have the option to be able to open the application/document by pressing the ALT key + a letter. For example, I have a command button to open Excel application by...
  2. fusion007

    UNLINKING ACCESS TABLE

    Hi...I have a table which is linked with a table to another database which is a different version. This is no longer required as all users are on the same version now. I tried to copy and paste the table selecting local data and structure but I keep getting an error 'Invalid argument'. I'm not...
  3. fusion007

    OPEN EXCEL FILE FROM ACCESS

    Hi... I'm trying to use a command button to open a excel file saved on a local directory. I can get it to open the Excel application with this code: Private Sub xlapp_Click() Dim stAppName As String stAppName = "C:\Program Files\Microsoft Office\OFFICE11\excel.exe" Call...

Part and Inventory Search

Back
Top