![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |