Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 331
Default HELP linking access table to excel

Ihave in access a table full of customers details and i want to link them in
excel (basic invoice)

bascly i want to click a button and it brings up the table so i can view
customers then i choose one and it enters all the deails in specific cells

can some one help me please!!!!

thanx in advance
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default HELP linking access table to excel

In Access, go into Macros, and click Action 'TransferSpreadsheet' Export
Spreadsheet Type (Microsoft Excel 8-10) Table Name (where spreadsheet is

coming from) File Name (path and name of your file) Has Field Names
(probably 'Yes') Rang (may want to leave blank; you decide). Finally, put
some name in the 'Comment' section just so you remember what you are doing
when you look at the Macro a while form now. You an easily convert this
Macro to VBA code and assign the code to a 'Command Button' on a 'UserForm'.
then, when you click the button, the code fires, and you get your desired
results.

Regards,
Ryan---

--
RyGuy


"greg" wrote:

Ihave in access a table full of customers details and i want to link them in
excel (basic invoice)

bascly i want to click a button and it brings up the table so i can view
customers then i choose one and it enters all the deails in specific cells

can some one help me please!!!!

thanx in advance

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 331
Default HELP linking access table to excel

when i do that it inserts the whole table including all the headings etc and
it also just puts them in a striagt line any more help?? to just select out 1
and to remove hedings and put them in designated cells???

"ryguy7272" wrote:

In Access, go into Macros, and click Action 'TransferSpreadsheet' Export
Spreadsheet Type (Microsoft Excel 8-10) Table Name (where spreadsheet is

coming from) File Name (path and name of your file) Has Field Names
(probably 'Yes') Rang (may want to leave blank; you decide). Finally, put
some name in the 'Comment' section just so you remember what you are doing
when you look at the Macro a while form now. You an easily convert this
Macro to VBA code and assign the code to a 'Command Button' on a 'UserForm'.
then, when you click the button, the code fires, and you get your desired
results.

Regards,
Ryan---

--
RyGuy


"greg" wrote:

Ihave in access a table full of customers details and i want to link them in
excel (basic invoice)

bascly i want to click a button and it brings up the table so i can view
customers then i choose one and it enters all the deails in specific cells

can some one help me please!!!!

thanx in advance

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default HELP linking access table to excel

If you are feeling really ambitious, you can take a look at this:
http://www.rondebruin.nl/accessexcel.htm

As an alternative, you may be able to 'customize' the action of transferring
your data. Look at my instructions form before. The last argument is called
Range. You can define the range, such as Sheet1!A10:M10. (this is the sheet
object and the range object). Give that a shot.


Regards,
Ryan---

--
RyGuy


"greg" wrote:

when i do that it inserts the whole table including all the headings etc and
it also just puts them in a striagt line any more help?? to just select out 1
and to remove hedings and put them in designated cells???

"ryguy7272" wrote:

In Access, go into Macros, and click Action 'TransferSpreadsheet' Export
Spreadsheet Type (Microsoft Excel 8-10) Table Name (where spreadsheet is

coming from) File Name (path and name of your file) Has Field Names
(probably 'Yes') Rang (may want to leave blank; you decide). Finally, put
some name in the 'Comment' section just so you remember what you are doing
when you look at the Macro a while form now. You an easily convert this
Macro to VBA code and assign the code to a 'Command Button' on a 'UserForm'.
then, when you click the button, the code fires, and you get your desired
results.

Regards,
Ryan---

--
RyGuy


"greg" wrote:

Ihave in access a table full of customers details and i want to link them in
excel (basic invoice)

bascly i want to click a button and it brings up the table so i can view
customers then i choose one and it enters all the deails in specific cells

can some one help me please!!!!

thanx in advance

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
Linking access and excel Linda Excel Discussion (Misc queries) 0 November 5th 07 05:07 PM
Linking parameter query from Access to pivot table in Excel ken1975 Excel Discussion (Misc queries) 2 June 20th 06 01:51 PM
Linking Large Access Table into Excel Steven M. Britton Links and Linking in Excel 1 December 30th 05 11:28 PM
linking access to excel Season Excel Discussion (Misc queries) 0 December 5th 05 10:48 PM
Linking Excel to Access. Richard Excel Discussion (Misc queries) 3 February 15th 05 09:55 PM


All times are GMT +1. The time now is 07:01 PM.

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

About Us

"It's about Microsoft Excel"