Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have an Excel (2003) spreadhseet and am trying to automatically import data
from an Access (2003) query. Data import External DataNew Database Query. However the order of the columns in the crosstab query are important and they do not replicate the order in Excel as they are in the access query. How can I specify what order I wish them to be in within Excel so that it matches the Access query structure? Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
when yo uperform the query the 1st menu after you choose the database
contains the tagbles in the database. Press the plus sign. then choose the columns you want one at a time in the porder you want them to appear in the excel spreadsheet. "Andy" wrote: I have an Excel (2003) spreadhseet and am trying to automatically import data from an Access (2003) query. Data import External DataNew Database Query. However the order of the columns in the crosstab query are important and they do not replicate the order in Excel as they are in the access query. How can I specify what order I wish them to be in within Excel so that it matches the Access query structure? Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This worked on the query that I was looking at, but not another :-(. Neither
clinking the + to expand, nor to move all fields over from the query show any columns at all. It's almost like the query has no columns! "joel" wrote: when yo uperform the query the 1st menu after you choose the database contains the tagbles in the database. Press the plus sign. then choose the columns you want one at a time in the porder you want them to appear in the excel spreadsheet. "Andy" wrote: I have an Excel (2003) spreadhseet and am trying to automatically import data from an Access (2003) query. Data import External DataNew Database Query. However the order of the columns in the crosstab query are important and they do not replicate the order in Excel as they are in the access query. How can I specify what order I wish them to be in within Excel so that it matches the Access query structure? Thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Andy
Is ADO working correct for you ? http://www.rondebruin.nl/accessexcel.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Andy" wrote in message ... I have an Excel (2003) spreadhseet and am trying to automatically import data from an Access (2003) query. Data import External DataNew Database Query. However the order of the columns in the crosstab query are important and they do not replicate the order in Excel as they are in the access query. How can I specify what order I wish them to be in within Excel so that it matches the Access query structure? Thanks |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Whoa, you lost me there completely!
"Ron de Bruin" wrote: Hi Andy Is ADO working correct for you ? http://www.rondebruin.nl/accessexcel.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Andy" wrote in message ... I have an Excel (2003) spreadhseet and am trying to automatically import data from an Access (2003) query. Data import External DataNew Database Query. However the order of the columns in the crosstab query are important and they do not replicate the order in Excel as they are in the access query. How can I specify what order I wish them to be in within Excel so that it matches the Access query structure? Thanks |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ron was refering to a macro. Try opening up the database and see what is
really in the database with Access. Queries will return data not objects. Make sure there is text data and not pictures or other objects in the database. The database may have a password. "Andy" wrote: Whoa, you lost me there completely! "Ron de Bruin" wrote: Hi Andy Is ADO working correct for you ? http://www.rondebruin.nl/accessexcel.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Andy" wrote in message ... I have an Excel (2003) spreadhseet and am trying to automatically import data from an Access (2003) query. Data import External DataNew Database Query. However the order of the columns in the crosstab query are important and they do not replicate the order in Excel as they are in the access query. How can I specify what order I wish them to be in within Excel so that it matches the Access query structure? Thanks |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Forgive me if I'm not grasping the right end of the straw. I;ve downloaded
the database and there is only an Orders table with 700 odd rows of data, no macros or anything else??? "joel" wrote: Ron was refering to a macro. Try opening up the database and see what is really in the database with Access. Queries will return data not objects. Make sure there is text data and not pictures or other objects in the database. The database may have a password. "Andy" wrote: Whoa, you lost me there completely! "Ron de Bruin" wrote: Hi Andy Is ADO working correct for you ? http://www.rondebruin.nl/accessexcel.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Andy" wrote in message ... I have an Excel (2003) spreadhseet and am trying to automatically import data from an Access (2003) query. Data import External DataNew Database Query. However the order of the columns in the crosstab query are important and they do not replicate the order in Excel as they are in the access query. How can I specify what order I wish them to be in within Excel so that it matches the Access query structure? Thanks |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You are fine. Performing a query from the worksheet if it gets you the data
you need thats great. Excel has a programming language (VBA - Visual Basic) that can be uised to to enhance excel. Ron was refering to these advance features. You don't need any advance features for your 1st database. At the moment I don't know what you 2nd database looks like and why you are having problems. that is why I recommended opening the 2nd database and see what tables are available and the Columns that are available. it is easier to open the datqabase and see it then to use the excel Import external data method. Once you see the data in Access then it will be easier to design a query to download the data. "Andy" wrote: Forgive me if I'm not grasping the right end of the straw. I;ve downloaded the database and there is only an Orders table with 700 odd rows of data, no macros or anything else??? "joel" wrote: Ron was refering to a macro. Try opening up the database and see what is really in the database with Access. Queries will return data not objects. Make sure there is text data and not pictures or other objects in the database. The database may have a password. "Andy" wrote: Whoa, you lost me there completely! "Ron de Bruin" wrote: Hi Andy Is ADO working correct for you ? http://www.rondebruin.nl/accessexcel.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Andy" wrote in message ... I have an Excel (2003) spreadhseet and am trying to automatically import data from an Access (2003) query. Data import External DataNew Database Query. However the order of the columns in the crosstab query are important and they do not replicate the order in Excel as they are in the access query. How can I specify what order I wish them to be in within Excel so that it matches the Access query structure? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Database query to import from Access to Excel | Excel Discussion (Misc queries) | |||
access query to import to excel | Excel Worksheet Functions | |||
import data from an Access parameter query | Excel Discussion (Misc queries) | |||
Import from Access query with prompts | Excel Discussion (Misc queries) | |||
Import query from Access | Excel Discussion (Misc queries) |