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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.