Connecting Tech Pros Worldwide Forums | Help | Site Map

How to create an Excel Spread sheet from Access

RICHARD BROMBERG
Guest
 
Posts: n/a
#1: May 16 '06


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










salad
Guest
 
Posts: n/a
#2: May 16 '06

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.
fredg
Guest
 
Posts: n/a
#3: May 16 '06

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