Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35
Default Merge Data from Access into Excel

Is it possible to merge data from Access 2002 into Excel 2002? User has a
form he is required to use that is in Excel and he wants to merge his data
into it from Access. Thanks for any responses.
--
Brenda
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Merge Data from Access into Excel

From Access you can select FILE/GET EXTERNAL DATA/LINK TABLES. in the LINK
dialog box, change the files of type to Microsoft Excel, locate the file,
click the LINK command button and follow the on-screen prompts to link to the
worksheet of your choice.
--
Kevin Backmann


"Brenda from Michigan" wrote:

Is it possible to merge data from Access 2002 into Excel 2002? User has a
form he is required to use that is in Excel and he wants to merge his data
into it from Access. Thanks for any responses.
--
Brenda

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35
Default Merge Data from Access into Excel

We have done that. How does the data get from the database into the
spreadsheet?
--
Brenda


"Kevin B" wrote:

From Access you can select FILE/GET EXTERNAL DATA/LINK TABLES. in the LINK
dialog box, change the files of type to Microsoft Excel, locate the file,
click the LINK command button and follow the on-screen prompts to link to the
worksheet of your choice.
--
Kevin Backmann


"Brenda from Michigan" wrote:

Is it possible to merge data from Access 2002 into Excel 2002? User has a
form he is required to use that is in Excel and he wants to merge his data
into it from Access. Thanks for any responses.
--
Brenda

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Merge Data from Access into Excel

If you've already linked to the Excel file the data already resides in the
spreadsheet and the data does not need to get anywhere The data you see and
work with in Access reads from and writes back to the Excel file.

However, if the data resides in Access and you want to populate the workbook
from Acess that's a different story. You can export the table in an Excel
format, or use MS Query to query the data from Access into an Excel workbook.
Is this what you're trying to do?
--
Kevin Backmann


"Brenda from Michigan" wrote:

We have done that. How does the data get from the database into the
spreadsheet?
--
Brenda


"Kevin B" wrote:

From Access you can select FILE/GET EXTERNAL DATA/LINK TABLES. in the LINK
dialog box, change the files of type to Microsoft Excel, locate the file,
click the LINK command button and follow the on-screen prompts to link to the
worksheet of your choice.
--
Kevin Backmann


"Brenda from Michigan" wrote:

Is it possible to merge data from Access 2002 into Excel 2002? User has a
form he is required to use that is in Excel and he wants to merge his data
into it from Access. Thanks for any responses.
--
Brenda

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35
Default Merge Data from Access into Excel

The Excel sheet is a form, like you usually would see in Word. The user
wants to merge the data in Access (for instance 10 records) into the form
creating 10 new forms with the data populated. He is trying to do what you
would normally expect to see as a merge of Access data into a Word document,
except that in his case he is required to use an Excel document. He is NOT
trying to reformat the data into an Excel database.

My instinct is that you cannot merge into Excel, at least not without the
help of a programmer.
--
Brenda


"Kevin B" wrote:

If you've already linked to the Excel file the data already resides in the
spreadsheet and the data does not need to get anywhere The data you see and
work with in Access reads from and writes back to the Excel file.

However, if the data resides in Access and you want to populate the workbook
from Acess that's a different story. You can export the table in an Excel
format, or use MS Query to query the data from Access into an Excel workbook.
Is this what you're trying to do?
--
Kevin Backmann


"Brenda from Michigan" wrote:

We have done that. How does the data get from the database into the
spreadsheet?
--
Brenda


"Kevin B" wrote:

From Access you can select FILE/GET EXTERNAL DATA/LINK TABLES. in the LINK
dialog box, change the files of type to Microsoft Excel, locate the file,
click the LINK command button and follow the on-screen prompts to link to the
worksheet of your choice.
--
Kevin Backmann


"Brenda from Michigan" wrote:

Is it possible to merge data from Access 2002 into Excel 2002? User has a
form he is required to use that is in Excel and he wants to merge his data
into it from Access. Thanks for any responses.
--
Brenda



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Merge Data from Access into Excel

Gotcha! You're right about haveing to write code to capture the cell data
and populate and Access table, but if Access is the desired repository of the
data why not eliminate the middle man and recreate the form in Access?
--
Kevin Backmann


"Brenda from Michigan" wrote:

The Excel sheet is a form, like you usually would see in Word. The user
wants to merge the data in Access (for instance 10 records) into the form
creating 10 new forms with the data populated. He is trying to do what you
would normally expect to see as a merge of Access data into a Word document,
except that in his case he is required to use an Excel document. He is NOT
trying to reformat the data into an Excel database.

My instinct is that you cannot merge into Excel, at least not without the
help of a programmer.
--
Brenda


"Kevin B" wrote:

If you've already linked to the Excel file the data already resides in the
spreadsheet and the data does not need to get anywhere The data you see and
work with in Access reads from and writes back to the Excel file.

However, if the data resides in Access and you want to populate the workbook
from Acess that's a different story. You can export the table in an Excel
format, or use MS Query to query the data from Access into an Excel workbook.
Is this what you're trying to do?
--
Kevin Backmann


"Brenda from Michigan" wrote:

We have done that. How does the data get from the database into the
spreadsheet?
--
Brenda


"Kevin B" wrote:

From Access you can select FILE/GET EXTERNAL DATA/LINK TABLES. in the LINK
dialog box, change the files of type to Microsoft Excel, locate the file,
click the LINK command button and follow the on-screen prompts to link to the
worksheet of your choice.
--
Kevin Backmann


"Brenda from Michigan" wrote:

Is it possible to merge data from Access 2002 into Excel 2002? User has a
form he is required to use that is in Excel and he wants to merge his data
into it from Access. Thanks for any responses.
--
Brenda

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35
Default Merge Data from Access into Excel

Thanks for the quick response, Kevin. Apparently the "Excel form" is imposed
upon this user by higher ups. To my mind they need to put the form into Word
if they want to merge data into it - from anywhere.

I'll pass along these comments. Have a terrific day!

--
Brenda


"Kevin B" wrote:

Gotcha! You're right about haveing to write code to capture the cell data
and populate and Access table, but if Access is the desired repository of the
data why not eliminate the middle man and recreate the form in Access?
--
Kevin Backmann


"Brenda from Michigan" wrote:

The Excel sheet is a form, like you usually would see in Word. The user
wants to merge the data in Access (for instance 10 records) into the form
creating 10 new forms with the data populated. He is trying to do what you
would normally expect to see as a merge of Access data into a Word document,
except that in his case he is required to use an Excel document. He is NOT
trying to reformat the data into an Excel database.

My instinct is that you cannot merge into Excel, at least not without the
help of a programmer.
--
Brenda


"Kevin B" wrote:

If you've already linked to the Excel file the data already resides in the
spreadsheet and the data does not need to get anywhere The data you see and
work with in Access reads from and writes back to the Excel file.

However, if the data resides in Access and you want to populate the workbook
from Acess that's a different story. You can export the table in an Excel
format, or use MS Query to query the data from Access into an Excel workbook.
Is this what you're trying to do?
--
Kevin Backmann


"Brenda from Michigan" wrote:

We have done that. How does the data get from the database into the
spreadsheet?
--
Brenda


"Kevin B" wrote:

From Access you can select FILE/GET EXTERNAL DATA/LINK TABLES. in the LINK
dialog box, change the files of type to Microsoft Excel, locate the file,
click the LINK command button and follow the on-screen prompts to link to the
worksheet of your choice.
--
Kevin Backmann


"Brenda from Michigan" wrote:

Is it possible to merge data from Access 2002 into Excel 2002? User has a
form he is required to use that is in Excel and he wants to merge his data
into it from Access. Thanks for any responses.
--
Brenda

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Merge Data from Access into Excel

Well, I know how that goes. Good luck in your endeavor.

BTW: If you create your forms in Word and use form fields for capturing the
data you can easily save just the form data in a format that can be utilized
by MS Acess and other database applications. For additional information,
open MS Word and search help for hte following topic (sans quotes) "Save form
data for use in a database or spreadsheet "


--
Kevin Backmann


"Brenda from Michigan" wrote:

Thanks for the quick response, Kevin. Apparently the "Excel form" is imposed
upon this user by higher ups. To my mind they need to put the form into Word
if they want to merge data into it - from anywhere.

I'll pass along these comments. Have a terrific day!

--
Brenda


"Kevin B" wrote:

Gotcha! You're right about haveing to write code to capture the cell data
and populate and Access table, but if Access is the desired repository of the
data why not eliminate the middle man and recreate the form in Access?
--
Kevin Backmann


"Brenda from Michigan" wrote:

The Excel sheet is a form, like you usually would see in Word. The user
wants to merge the data in Access (for instance 10 records) into the form
creating 10 new forms with the data populated. He is trying to do what you
would normally expect to see as a merge of Access data into a Word document,
except that in his case he is required to use an Excel document. He is NOT
trying to reformat the data into an Excel database.

My instinct is that you cannot merge into Excel, at least not without the
help of a programmer.
--
Brenda


"Kevin B" wrote:

If you've already linked to the Excel file the data already resides in the
spreadsheet and the data does not need to get anywhere The data you see and
work with in Access reads from and writes back to the Excel file.

However, if the data resides in Access and you want to populate the workbook
from Acess that's a different story. You can export the table in an Excel
format, or use MS Query to query the data from Access into an Excel workbook.
Is this what you're trying to do?
--
Kevin Backmann


"Brenda from Michigan" wrote:

We have done that. How does the data get from the database into the
spreadsheet?
--
Brenda


"Kevin B" wrote:

From Access you can select FILE/GET EXTERNAL DATA/LINK TABLES. in the LINK
dialog box, change the files of type to Microsoft Excel, locate the file,
click the LINK command button and follow the on-screen prompts to link to the
worksheet of your choice.
--
Kevin Backmann


"Brenda from Michigan" wrote:

Is it possible to merge data from Access 2002 into Excel 2002? User has a
form he is required to use that is in Excel and he wants to merge his data
into it from Access. Thanks for any responses.
--
Brenda

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I merge data in several columns in Excel or Access? Swiftsilver Excel Discussion (Misc queries) 3 August 13th 07 05:36 PM
mail merge excel from access data sunny Excel Discussion (Misc queries) 1 April 10th 07 07:56 AM
mail merge excludes my headers and critical data in Word merge Nix Excel Discussion (Misc queries) 0 April 21st 06 08:35 PM
VLookup to merge Access Query data into Excel Report Vira-SJH Excel Discussion (Misc queries) 0 January 10th 06 07:18 PM
There should be a mail merge feature between excel and access. Vira-SJH Excel Discussion (Misc queries) 0 January 3rd 06 06:20 PM


All times are GMT +1. The time now is 10:21 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"