Questions tagged as 'ms-access-2007'

1
answer

how to save an excel range to acces with this code

I have this excel vba code Dim cs As String Dim sPath As String Dim sql As String Dim sql2 As String Dim cn As ADODB.Connection sPath = ThisWorkbook.Path & "\datos.accdb" cs = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & sPath &...
asked by 30.05.2017 / 17:03
2
answers

corrupt access database: "Unrecognized Database Format"

Good! I am using Microsoft Access 2007 to do my practices at home with JAVA and VB.NET. I ran the program that I had done in VB.NET when out of the blue reproaches me with the message of the title ... I tried to download the database I had in...
asked by 12.12.2016 / 00:49
1
answer

Run Macro from a query (MS ACCESS 2013)

Is it possible to run a macro from a query in ACCESS 2013? I need to run it just by clicking on the query, I do not know if this is possible with clauses such as PROCEDURE, EXECUTE ... - . Attending the suggestion of calling the macro...
asked by 24.07.2018 / 21:14
0
answers

What is the ruling to hide the Menu and tapes in Access 2016?

What I was looking for, is how the menu is hidden by command / statement to perform it at the vba code level. because I have programmed several windows, and I want to make this statement from the beginning of the windows (from the login) and kee...
asked by 09.05.2018 / 01:14