A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Fax Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Fax Number



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old January 18th 06, 05:11 PM posted to microsoft.public.outlook.fax
James
external usenet poster
 
Posts: 90
Default Fax Number

Hi,

When entering the fax number in the To box it says it cannot find a contact.

Is there a way of entering the fax number without having to add a new
contact i.e. the same with email addresses?

Basically I have a MS Access app which I need to be able to fax a report. I
can email it with no problems.

James
Ads
  #2  
Old January 18th 06, 07:32 PM posted to microsoft.public.outlook.fax
Russ Valentine [MVP-Outlook]
external usenet poster
 
Posts: 922
Default Fax Number

Start by posting your fax software, Outlook version, and method by which you
are selecting your recipient.
--
Russ Valentine
[MVP-Outlook]
"James" wrote in message
...
Hi,

When entering the fax number in the To box it says it cannot find a

contact.

Is there a way of entering the fax number without having to add a new
contact i.e. the same with email addresses?

Basically I have a MS Access app which I need to be able to fax a report.

I
can email it with no problems.

James



  #3  
Old January 19th 06, 01:39 PM posted to microsoft.public.outlook.fax
James
external usenet poster
 
Posts: 90
Default Fax Number

Hi,

I have a SBS 2003 shared fax, Outlook 2003 and Access 2003.

I have managed to cobble together the VBA code to fax from Access 2003. I
found after some playing around that the fax number needs to be passed from
Access to Outlook in the format of [Fax: 01234 567890] and not just 01234
567890 as the latter format will then ask for you to select a contact.

Thanks for the reply,
James

"Russ Valentine [MVP-Outlook]" wrote:

Start by posting your fax software, Outlook version, and method by which you
are selecting your recipient.
--
Russ Valentine
[MVP-Outlook]
"James" wrote in message
...
Hi,

When entering the fax number in the To box it says it cannot find a

contact.

Is there a way of entering the fax number without having to add a new
contact i.e. the same with email addresses?

Basically I have a MS Access app which I need to be able to fax a report.

I
can email it with no problems.

James




  #4  
Old January 19th 06, 01:42 PM posted to microsoft.public.outlook.fax
James
external usenet poster
 
Posts: 90
Default Fax Number

Oh here is the details of what I put together if anyone else is stuck.

http://www.microsoft.com/communities...323&sloc=en-us

James

"James" wrote:

Hi,

I have a SBS 2003 shared fax, Outlook 2003 and Access 2003.

I have managed to cobble together the VBA code to fax from Access 2003. I
found after some playing around that the fax number needs to be passed from
Access to Outlook in the format of [Fax: 01234 567890] and not just 01234
567890 as the latter format will then ask for you to select a contact.

Thanks for the reply,
James

"Russ Valentine [MVP-Outlook]" wrote:

Start by posting your fax software, Outlook version, and method by which you
are selecting your recipient.
--
Russ Valentine
[MVP-Outlook]
"James" wrote in message
...
Hi,

When entering the fax number in the To box it says it cannot find a

contact.

Is there a way of entering the fax number without having to add a new
contact i.e. the same with email addresses?

Basically I have a MS Access app which I need to be able to fax a report.

I
can email it with no problems.

James




  #5  
Old January 19th 06, 09:35 PM posted to microsoft.public.outlook.fax
Russ Valentine [MVP-Outlook]
external usenet poster
 
Posts: 9,348
Default Fax Number

Correct. Programmatic and one-off faxing with Microsoft Fax products all
require that format. Makes fax merges interesting since Outlook doesn't
store numbers that way. Here's the official version:
http://support.microsoft.com/?kbid=289532
--
Russ Valentine
[MVP-Outlook]
"James" wrote in message
...
Hi,

I have a SBS 2003 shared fax, Outlook 2003 and Access 2003.

I have managed to cobble together the VBA code to fax from Access 2003. I
found after some playing around that the fax number needs to be passed
from
Access to Outlook in the format of [Fax: 01234 567890] and not just 01234
567890 as the latter format will then ask for you to select a contact.

Thanks for the reply,
James

"Russ Valentine [MVP-Outlook]" wrote:

Start by posting your fax software, Outlook version, and method by which
you
are selecting your recipient.
--
Russ Valentine
[MVP-Outlook]
"James" wrote in message
...
Hi,

When entering the fax number in the To box it says it cannot find a

contact.

Is there a way of entering the fax number without having to add a new
contact i.e. the same with email addresses?

Basically I have a MS Access app which I need to be able to fax a
report.

I
can email it with no problems.

James






  #6  
Old January 20th 06, 09:25 AM posted to microsoft.public.outlook.fax
James
external usenet poster
 
Posts: 90
Default Fax Number

For a business developing an Access application surely faxing reports is a
common requirement? If so how come they don't make it easy to such a simple
task?

Hopefully the new Access 12 will be much easy to acomplish all those
required tasks!

Thanks for the link Russ,
James

"Russ Valentine [MVP-Outlook]" wrote:

Correct. Programmatic and one-off faxing with Microsoft Fax products all
require that format. Makes fax merges interesting since Outlook doesn't
store numbers that way. Here's the official version:
http://support.microsoft.com/?kbid=289532
--
Russ Valentine
[MVP-Outlook]
"James" wrote in message
...
Hi,

I have a SBS 2003 shared fax, Outlook 2003 and Access 2003.

I have managed to cobble together the VBA code to fax from Access 2003. I
found after some playing around that the fax number needs to be passed
from
Access to Outlook in the format of [Fax: 01234 567890] and not just 01234
567890 as the latter format will then ask for you to select a contact.

Thanks for the reply,
James

"Russ Valentine [MVP-Outlook]" wrote:

Start by posting your fax software, Outlook version, and method by which
you
are selecting your recipient.
--
Russ Valentine
[MVP-Outlook]
"James" wrote in message
...
Hi,

When entering the fax number in the To box it says it cannot find a
contact.

Is there a way of entering the fax number without having to add a new
contact i.e. the same with email addresses?

Basically I have a MS Access app which I need to be able to fax a
report.
I
can email it with no problems.

James






  #7  
Old January 20th 06, 10:19 AM posted to microsoft.public.outlook.fax
Russ Valentine [MVP-Outlook]
external usenet poster
 
Posts: 9,348
Default Fax Number

Unfortunately, Microsoft Fax services were never intended to be useful or
functional. I rather suspect they will be abandoned completely rather than
improved. It would be wise to look to third party alternatives.
--
Russ Valentine
[MVP-Outlook]
"James" wrote in message
...
For a business developing an Access application surely faxing reports is a
common requirement? If so how come they don't make it easy to such a
simple
task?

Hopefully the new Access 12 will be much easy to acomplish all those
required tasks!

Thanks for the link Russ,
James

"Russ Valentine [MVP-Outlook]" wrote:

Correct. Programmatic and one-off faxing with Microsoft Fax products all
require that format. Makes fax merges interesting since Outlook doesn't
store numbers that way. Here's the official version:
http://support.microsoft.com/?kbid=289532
--
Russ Valentine
[MVP-Outlook]
"James" wrote in message
...
Hi,

I have a SBS 2003 shared fax, Outlook 2003 and Access 2003.

I have managed to cobble together the VBA code to fax from Access 2003.
I
found after some playing around that the fax number needs to be passed
from
Access to Outlook in the format of [Fax: 01234 567890] and not just
01234
567890 as the latter format will then ask for you to select a contact.

Thanks for the reply,
James

"Russ Valentine [MVP-Outlook]" wrote:

Start by posting your fax software, Outlook version, and method by
which
you
are selecting your recipient.
--
Russ Valentine
[MVP-Outlook]
"James" wrote in message
...
Hi,

When entering the fax number in the To box it says it cannot find a
contact.

Is there a way of entering the fax number without having to add a
new
contact i.e. the same with email addresses?

Basically I have a MS Access app which I need to be able to fax a
report.
I
can email it with no problems.

James








  #8  
Old January 23rd 06, 09:58 AM posted to microsoft.public.outlook.fax
James
external usenet poster
 
Posts: 90
Default Fax Number

That would be a shame as once its all working it works really well.

When we look to move to Access 12 I will no doubt re-asses the market for
fax software!

James
"Russ Valentine [MVP-Outlook]" wrote:

Unfortunately, Microsoft Fax services were never intended to be useful or
functional. I rather suspect they will be abandoned completely rather than
improved. It would be wise to look to third party alternatives.
--
Russ Valentine
[MVP-Outlook]
"James" wrote in message
...
For a business developing an Access application surely faxing reports is a
common requirement? If so how come they don't make it easy to such a
simple
task?

Hopefully the new Access 12 will be much easy to acomplish all those
required tasks!

Thanks for the link Russ,
James

"Russ Valentine [MVP-Outlook]" wrote:

Correct. Programmatic and one-off faxing with Microsoft Fax products all
require that format. Makes fax merges interesting since Outlook doesn't
store numbers that way. Here's the official version:
http://support.microsoft.com/?kbid=289532
--
Russ Valentine
[MVP-Outlook]
"James" wrote in message
...
Hi,

I have a SBS 2003 shared fax, Outlook 2003 and Access 2003.

I have managed to cobble together the VBA code to fax from Access 2003.
I
found after some playing around that the fax number needs to be passed
from
Access to Outlook in the format of [Fax: 01234 567890] and not just
01234
567890 as the latter format will then ask for you to select a contact.

Thanks for the reply,
James

"Russ Valentine [MVP-Outlook]" wrote:

Start by posting your fax software, Outlook version, and method by
which
you
are selecting your recipient.
--
Russ Valentine
[MVP-Outlook]
"James" wrote in message
...
Hi,

When entering the fax number in the To box it says it cannot find a
contact.

Is there a way of entering the fax number without having to add a
new
contact i.e. the same with email addresses?

Basically I have a MS Access app which I need to be able to fax a
report.
I
can email it with no problems.

James









  #9  
Old January 23rd 06, 11:16 AM posted to microsoft.public.outlook.fax
Russ Valentine [MVP-Outlook]
external usenet poster
 
Posts: 9,348
Default Fax Number

If the current trends continue, I would expect modem fax integration to be
gone completely in Office 12. Integration with third party Internet Fax
Services is likely all that will be left.
--
Russ Valentine
[MVP-Outlook]
"James" wrote in message
...
That would be a shame as once its all working it works really well.

When we look to move to Access 12 I will no doubt re-asses the market for
fax software!

James
"Russ Valentine [MVP-Outlook]" wrote:

Unfortunately, Microsoft Fax services were never intended to be useful or
functional. I rather suspect they will be abandoned completely rather
than
improved. It would be wise to look to third party alternatives.
--
Russ Valentine
[MVP-Outlook]
"James" wrote in message
...
For a business developing an Access application surely faxing reports
is a
common requirement? If so how come they don't make it easy to such a
simple
task?

Hopefully the new Access 12 will be much easy to acomplish all those
required tasks!

Thanks for the link Russ,
James

"Russ Valentine [MVP-Outlook]" wrote:

Correct. Programmatic and one-off faxing with Microsoft Fax products
all
require that format. Makes fax merges interesting since Outlook
doesn't
store numbers that way. Here's the official version:
http://support.microsoft.com/?kbid=289532
--
Russ Valentine
[MVP-Outlook]
"James" wrote in message
...
Hi,

I have a SBS 2003 shared fax, Outlook 2003 and Access 2003.

I have managed to cobble together the VBA code to fax from Access
2003.
I
found after some playing around that the fax number needs to be
passed
from
Access to Outlook in the format of [Fax: 01234 567890] and not just
01234
567890 as the latter format will then ask for you to select a
contact.

Thanks for the reply,
James

"Russ Valentine [MVP-Outlook]" wrote:

Start by posting your fax software, Outlook version, and method by
which
you
are selecting your recipient.
--
Russ Valentine
[MVP-Outlook]
"James" wrote in message
...
Hi,

When entering the fax number in the To box it says it cannot find
a
contact.

Is there a way of entering the fax number without having to add a
new
contact i.e. the same with email addresses?

Basically I have a MS Access app which I need to be able to fax a
report.
I
can email it with no problems.

James











 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
creating a fax cover sheet from outlook Sandman Outlook - Using Contacts 2 February 21st 06 04:15 PM
Fax and Outlook for XP Peter Brown Outlook - General Queries 8 February 17th 06 08:48 PM
How do I send a fax to multiple receipients through outlook? Jones Outlook - General Queries 2 January 23rd 06 08:52 PM
Need fax service Shimon Sim Outlook - Fax Functions 4 January 18th 06 01:34 PM
Is there a quick way to create fax coversheet from contacts? ferg99 Outlook - Using Contacts 1 January 11th 06 10:22 PM


All times are GMT +1. The time now is 12:19 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2024 Outlook Banter.
The comments are property of their posters.