report to file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

When i send report to file (excel) the order of the
columns in the report change.
i want the order to be in the file exactly as in the form

is it posible to send query to file ?


thanks
 
???? ????? said:
Hello,

When i send report to file (excel) the order of the
columns in the report change.
i want the order to be in the file exactly as in the form

is it posible to send query to file ?


thanks

I never sent a report to a file. Interesting. In any case yes you can
send the results of a query to Excel. [Tools, Office Links, Analyze with
Excel]
 
thank you !

Is there any kod or macro for this ?
--
תודה רבה


Joseph Meehan said:
???? ????? said:
Hello,

When i send report to file (excel) the order of the
columns in the report change.
i want the order to be in the file exactly as in the form

is it posible to send query to file ?


thanks

I never sent a report to a file. Interesting. In any case yes you can
send the results of a query to Excel. [Tools, Office Links, Analyze with
Excel]
 
???? ????? said:
thank you !

Is there any kod or macro for this ?\

"kod" ??? As for macro, I don't recall off hand if you can do it with
a macro, but it certainly can be automated if you like.

???? ????? said:
Hello,

When i send report to file (excel) the order of the
columns in the report change.
i want the order to be in the file exactly as in the form

is it posible to send query to file ?


thanks

I never sent a report to a file. Interesting. In any case yes
you can send the results of a query to Excel. [Tools, Office Links,
Analyze with Excel]
 
יריב החביב said:
thank you !

Is there any kod or macro for this ?

For VBA kod check the help file for the OutputTo Method:

DoCmd.OutputTo objecttype[, objectname][, outputformat][, outputfile][,
autostart][, templatefile]

James A. Fortune
(e-mail address removed)
 
thank's !!!
--
תודה רבה


James A. Fortune said:
יריב החביב said:
thank you !

Is there any kod or macro for this ?

For VBA kod check the help file for the OutputTo Method:

DoCmd.OutputTo objecttype[, objectname][, outputformat][, outputfile][,
autostart][, templatefile]

James A. Fortune
(e-mail address removed)
 
thank's again !!!!
--
תודה רבה


Joseph Meehan said:
???? ????? said:
thank you !

Is there any kod or macro for this ?\

"kod" ??? As for macro, I don't recall off hand if you can do it with
a macro, but it certainly can be automated if you like.

???? ????? wrote:
Hello,

When i send report to file (excel) the order of the
columns in the report change.
i want the order to be in the file exactly as in the form

is it posible to send query to file ?


thanks

I never sent a report to a file. Interesting. In any case yes
you can send the results of a query to Excel. [Tools, Office Links,
Analyze with Excel]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top