Tagged Questions
1
vote
1answer
44 views
excel and sql queries through different subs or functions
I have an excel sheet which i use with an access database. I want to open the database and use different sub routines with different queries.
However i don't know hot to publically assign an variable ...
0
votes
2answers
82 views
Excel to Access import, column determines field value
I am trying to create an Access database to track income and expenditures for a number of accounts.
My difficulty is that my boss insists the people responsible for reporting expenditures on these ...
2
votes
3answers
68 views
Exporting from MS Excel to MS Access with intermediate processing
I have an application which produces reports in Excel (.XLS) format. I need to append the data from these reports to an existing table in a MS Access 2010 database. A typical record is:
...
2
votes
2answers
99 views
Database access excel formatting or if statement or grouping
I have a database formatting problem in which I am trying to concatenate column "B" rows based on column "A" rows. Like So:
...
1
vote
2answers
345 views
How to save several millions of records from a database using VBA?
I need to query a database and save over six million records for later analysis and reports using excel VBA. What would be the best way to do this ? I need to be able to access the data later, analyze ...
5
votes
4answers
1k views
MS Access 2010: “Cannot open any more databases.”
While struggling with a single legacy MS Access application I faced this weird error:
Cannot open any more databases.
The application makes extensive use of UNION sql statements. So this seems to ...
1
vote
1answer
641 views
importing data from excel to access using ms access forms
I have one excel file which contains data,I have to import the data in excel file using the ms access form UI.I need to create form which takes input as excel file and inserts the records in the MS ...
1
vote
1answer
152 views
Access 2010 Excel Export 1004 Error
I have some VBA in Access 2010 that runs a query and exports the results to a column in Excel. The goal here is that when the user presses the required button an excel workbook is opened, if it ...
-2
votes
2answers
343 views
Import excel to sharepoint, and data get copied to ms-access [closed]
My scenario is, that the users should be able to upload the excel spreadsheets in a sharepoint list.
The data of those excel sheets may get saves in ms-access
0
votes
0answers
49 views
I need some form of VB to drop a connection to a Database in Excel
Little confusing and I am very novice in my programming. I have built 2 DB's Db one holds all my data queries and operational info DB 2 is the collection of the Maketable Queries I created to output ...
-1
votes
2answers
2k views
How to copy sheets from a workbook to another workbook
I have this code to copy a sheet from a Workbook in VBA/Access to another Workbook/File.
Dim File1 as String
Dim File2 as String
File1 = "D:\File1.xls"
File2 = "D:\File2.xls"
Windows(File1).Activate
...
2
votes
1answer
5k views
Using ADO VBA to Insert Excel Fields into Access Table
I am trying to use ADO to access and read some things from an Excel File. I understand how to get it open and do the SELECT * and put that into a Recordset Object. What I don't understand is if I am ...
1
vote
1answer
549 views
MS Access through Excel VBA
I'm having trouble with a well-known problem but I can't find any solutions. I have an old application (I don't know how old exactly) written in VBA using Excel which uses some Access data (*.mdb). ...
1
vote
1answer
2k views
Run time error Unrecognized database while exporting data from excel 2010 to Access table 2010 using excel vba
I have a table in Access 2010 db with same column names as the column names in excel sheet. I have to delete Access table data content before pumping data from my macro enalbed excel 2010 sheet into ...