Connecting Tech Pros Worldwide Help | Site Map

How to create an Excel Spread sheet from Access

  #1  
Old May 16th, 2006, 04:45 PM
RICHARD BROMBERG
Guest
 
Posts: n/a


I wrote a small Access application that accepts a City Name and a Street
Name and runs a Query based on them .

I want to create an Excel Spread sheet that contains all the matches found
by the Query. .

Does anyone know how to do this .

On a quick and dirty basis I was able to "cut and paste" the query results
into an Excel Spread sheet. but thats a little too crude.

Thanks
A Relative newbie









  #2  
Old May 16th, 2006, 04:55 PM
salad
Guest
 
Posts: n/a

re: How to create an Excel Spread sheet from Access


RICHARD BROMBERG wrote:[color=blue]
> I wrote a small Access application that accepts a City Name and a Street
> Name and runs a Query based on them .
>
> I want to create an Excel Spread sheet that contains all the matches found
> by the Query. .
>
> Does anyone know how to do this .
>
> On a quick and dirty basis I was able to "cut and paste" the query results
> into an Excel Spread sheet. but thats a little too crude.
>
> Thanks
> A Relative newbie
>[/color]

From the menu, select File/SaveAs, select the type as Excel, enter a
filename.

Checkout TransferSpreadsheet in help if you want to do it via code.
  #3  
Old May 16th, 2006, 05:15 PM
fredg
Guest
 
Posts: n/a

re: How to create an Excel Spread sheet from Access


On Tue, 16 May 2006 15:40:41 GMT, RICHARD BROMBERG wrote:
[color=blue]
> I wrote a small Access application that accepts a City Name and a Street
> Name and runs a Query based on them .
>
> I want to create an Excel Spread sheet that contains all the matches found
> by the Query. .
>
> Does anyone know how to do this .
>
> On a quick and dirty basis I was able to "cut and paste" the query results
> into an Excel Spread sheet. but thats a little too crude.
>
> Thanks
> A Relative newbie[/color]

Highlight the Query name on the main database folder.
Click on the Office Links drop-down tool button (it's icon is a W).
Select Analyze with Excel
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Best Method For Providing Interactive Reports To Clients Who Dont Have Access To System BerkshireGuy answers 11 November 13th, 2005 11:38 AM
Make Excel sheet Ian answers 2 November 13th, 2005 04:12 AM
Importing data from excel via command button on a form. Mr. Bungle answers 2 November 12th, 2005 10:41 PM
Importing data from excel via command button on a form. Mr. Bungle answers 2 November 12th, 2005 10:14 PM