Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Can anyone direct me to a site or give some direction in linking an access
database with excel? I have attempted getting external data - creating a new database in excel - but all of my queries, tables, etc. are not being imported into excel! Thanks, JR |
#2
![]() |
|||
|
|||
![]()
Can you give us a better idea of what you are attempting to do?
Also mention which version of Office you are using, please. The most usual way of "linking" Excel and Access is to run queries in Excel (Data / Import External Data / New Database Query) to import selected information from an Access database into an Excel worksheet where it can be referenced using formulas (e.g. VLOOKUP) elsewhere in the worksheet. If you have information in Excel that you want to make available to the Access database you can create a table in Access that is linked to the Excel file (File / Get External Data / Link Tables), but I would not suggest using that as the long term way of dealing with your data - usually better to import it into Access and keep it there. Bill Manville MVP - Microsoft Excel, Oxford, England No email replies please - respond to newsgroup |
#3
![]() |
|||
|
|||
![]()
I have an Order Entry database. Once an order is shipped, I need to
forward all of the following: customer info, order info, ship to info, product info, order date, invoice date, ship date. I have a query that contains all of this information and it works fine in access; however, I need to email the query, some may have access, others not. Thus, I need to export access database query to excel. Going directly from access to excel (analyze with excel), the information flows through, but the format is "jumbled." I have to decrease size of rows and columns to make it legible. Then I need to protect some of the columns as the end user is to input information into several columns of the worksheet and email back to me. I then must bring that information "back" to access. As you can see, I really do not know which way to go with this. When I import database query to excel, I do not see all of my queries - in particular the one that I am needing. I was thinking a template might work, but if I cannot get all of my database to excel, it probably will not. I have windows XP and Excel 2000. Thanks you "Bill Manville" wrote in message ... Can you give us a better idea of what you are attempting to do? Also mention which version of Office you are using, please. The most usual way of "linking" Excel and Access is to run queries in Excel (Data / Import External Data / New Database Query) to import selected information from an Access database into an Excel worksheet where it can be referenced using formulas (e.g. VLOOKUP) elsewhere in the worksheet. If you have information in Excel that you want to make available to the Access database you can create a table in Access that is linked to the Excel file (File / Get External Data / Link Tables), but I would not suggest using that as the long term way of dealing with your data - usually better to import it into Access and keep it there. Bill Manville MVP - Microsoft Excel, Oxford, England No email replies please - respond to newsgroup |
#4
![]() |
|||
|
|||
![]()
A better solution might be a web page front end to your database that
the users could use directly to enter the required information. If you want to do it via Excel then I would use Data / Get External Data / New Database Query, and in MSQuery I would select * from the relevant query from the database. You could then run a macro to refresh the query and protect the data as necessary. Feeding data back to Access is not quite so straightforward. I would construct an INSERT INTO query and execute it via a DAO connection to the database. Bill Manville MVP - Microsoft Excel, Oxford, England No email replies please - respond to newsgroup |
#5
![]() |
|||
|
|||
![]()
I used Data/Get External Data/New Database Query, and all of my information
did not come over to excel. My tables did, and some of my queries; however, the query that I was particularly interested in in getting to excel did not. Instead, I am seeing MSsysqueries, etc. "Bill Manville" wrote in message ... A better solution might be a web page front end to your database that the users could use directly to enter the required information. If you want to do it via Excel then I would use Data / Get External Data / New Database Query, and in MSQuery I would select * from the relevant query from the database. You could then run a macro to refresh the query and protect the data as necessary. Feeding data back to Access is not quite so straightforward. I would construct an INSERT INTO query and execute it via a DAO connection to the database. Bill Manville MVP - Microsoft Excel, Oxford, England No email replies please - respond to newsgroup |
#6
![]() |
|||
|
|||
![]()
So what is different about the query that you wanted to see?
Bill Manville MVP - Microsoft Excel, Oxford, England No email replies please - respond to newsgroup |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I link multiple cells at the same time? | Excel Worksheet Functions | |||
Time Sheet Calculation Help Needed! | Excel Worksheet Functions | |||
mulitiplying time | Excel Worksheet Functions | |||
Calculating tvl time in Excel 2000 Rev.9.2720 | Excel Worksheet Functions | |||
entering numbers to display a time format | Excel Discussion (Misc queries) |