create a rosterHow can you create a weekly roster in which functions can be assigned to more
than 10 people. The roster should be updatable, so that when holidays and
days off are marked on the weekly roster they will be taken account of it
future rosters.
...
Track email whitout a valid contact person in CRMWhen I track an email to CRM and there is no contact person in CRM. Then the
email is still tracked but the user is not aware of, that the system could'nt
find a contact person.
The email is tracked to the CRM but with a read alert on the email, saying
that it could'nt find the senders email.
This information would be nice to see in outlook, so the user is aware about
to create the contact in the CRM.
Is it possible to get an alert when there is no contact person ?
Is it possible to get the system to ask if you want to create a new contact
person when the senders email is not...
Compile Error #2I am currently using Excel 2002. I was given a file, apparently created in
Excel 2003. When I try to access the file I get the following message:
Compile error:
Can't find project or library
The developer believes this error is coming up because 2002 doesn't have the
same "libraries" as 2003 and that I need to upgrade to 2003. Any suggestions?
Thanks for any help.
Does the file you have been given contain VBA code? If so, then it
would seem that the original creator has 'referenced' another project
or library in it.
To explain, when this sheet has been create...
importing or creating reference footnotesI am trying to import a word document into publisher and it has reference footnotes within the document. The reference footnotes are not coming into the publisher document with the reference footnotes.
Correct, they will not up to Publisher 2003.
In Publisher 2003 depending on which version of Word you are using if they
will or not.
--
"If you don't know where you are going,
any road will take you there!"
...
Mailbox not created when AD account createdA couple of days ago I noticed that I created a user account but the 'Email
Addresses' tab of the user properies did not list any email addresses.
Subsequent new user accounts have all experienced the same. I researched the
knowledge and tried the recommended solutions to either manaully start the
recipient update service or rebuild te recipient update service. Neither
recommendation has resulted in a mailbox being created for this particular
user or any additional user that I have created since this error first showed
up.
I performed a Windows update last Thursday and so I bel...
Task Create - StatusI'm trying to make a simple task, when a user owner is assigned a task in
CRM, it receives an email letting it know it has one. I have the following
below, but it is not generating one when i assign one manually in the CRM.
What to do?
I've tried both the following:
When task is created
E-Mail to:[owner];Subject test
As well as:
When task is created
if
Task activity status = Open
then
E-Mail to:[owner];Subject test
I've checked the mailserver many times over, and I can send emails manually
from the CRM so you can rule that out
Tested out ok on our end.
Some ideas:...
ms ACCESS 97 error 2645The error occurs at:
Option Compare Database
Option Explicit
Function CalcRate(frm As Form)
Dim Mydb As Database, Myset As Recordset, Cd As String, Intrp As
String
Dim IRR As Currency, IAHR As Currency, ITR As Currency, Strcriteriaint
As String
Set Mydb = CurrentDb
Set Myset = Mydb.OpenRecordset("LangRate", DB_OPEN_DYNASET)
>>>>> Cd = frm.Lang_C <<<<<<<<<
The exact error is :
Run-Time Error 2465
Application-defined or object-defined error
See whether using
Cd = frm!Lang_C
is any better.
--
Doug Steele, Microsoft Access MVP
http:...
Help Creating XmlNode / XmlAttribute ElegantlyI am creating a configuration class to read / write a standard configuration file.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="ConnectionString" value="server=(local);" />
</appSettings>
</configuration>
I am using a XmlDocument for my base implementation.
I am looking to see if there is a better way to add a new node / attribute than using
XmlDocument.InnerXml. I would consider this to be a hack but couldn't really see another
way of doing this without definin...
Can I make my Contacts Folder my DefaultDoes anyone know if I can make my contact folder the default folder rather
than the Global Address List?
On 3/8/2010 7:36 PM, Wendy wrote:
> Does anyone know if I can make my contact folder the default folder rather
> than the Global Address List?
Sure.
Ctrl-Shift-B (or just click the Address Book icon)
Tools -> Options
--
Leonid S. Knyshov
Crashproof Solutions
510-282-1008
Twitter: @wiseleo
http://crashproofsolutions.com
Microsoft Small Business Specialist
Please vote "helpful" if I helped you :)
...
Create external databaseHi all.
I need to create an external database (file). On a site I found this code:
------------------------------------------------------
Function CreateLinkedExternalTable(strTargetDB As String, strProviderString
As String, strSourceTbl As String, strLinkTblName As String) As String
'strTargetDB = Source Database Name
'strProviderString = Not used, currently hard coded
'strSourceTbl = Source Table name in the database we are linking too.
'strLinkTblName = Table name we would like to see in the Access Database.
Dim catDB As ADOX.Catalog
Dim tblLink As...
How to create pie chart with %I have got a problem that I don't if excel could help me to calculate the %
within a column and draw a pie chart.
My case is I have a column containing a series of numbers. e.g.
1,4,8,1,3,9,11,2,4,5,6,.........etc
I want to draw a pie chart that showing 1-3 , 4-6, 7-9, >9 with the
corresponding % inside that column.
Can anyone tell me how can I make it ?
Ray -
You need to calculate the frequencies in your data.
Let's assume your data is in A1:A12. In B1:B3 enter these numbers, the
upper limits on the groupings:
3
6
9
You can enter ">9" into B4 witho...
Do not want to synchronize CRM Contacts to Outlook ContactsWe do not want to synchronize CRM Contacts to Outlook when we go offline in
the SFO client. We DO want to synchronize CRM Appointments so the Fast Sync
is not an option. All the contacts were entered by the same user who has
shared the contacts with everyone in the business unit. Is there any way to
prevent synchronization of contacts to Outlook?
Lynn
you can only control what gets synched by using crm security roles.
Basically if your users can see contacts in the crm web interface they will
get synced to outlook.
--
John O'Donnell
Microsoft CRM MVP
http://www.microsoft.com/...
Code error ??Hi
I have got this code which selects the contents of "MON" worksheet and
pastes it into the next available row in "LOG" worksheet.
The problem I have is that in the "MON" worksheet, Column A is populated by
a formula and when I select the macro to paste the data into the "LOG"
worksheet a '0' value is shown for column A .
How can I get the macro to select the cells and paste the data without
pasting any formula - just the results ???
Hope I haven't confused anybody - and thanks for ur help
The code:
Sub test()
'
Range("...
Run-time error 438?Hello,
I am trying to create an edit control for my form. I lock my textboxes in
properties and then I created a command button with an event on onclick.
My codes are working for most of them expect a few. When I click the button
it gives me Run-time error 438. My code is based liked this.
Me![Control].Locked=False
Private Sub Edit_Record_Click()
Me![Drago ID].Locked = False
Me![Drago Claim Number].Locked = False
Me![Dealer Claim Number].Locked = False
Me![Dealer].Locked = False
Me![Store].Locked = False
Me![Machine Acres].Locked = False
Me![Part Fail Date].Locked = False - NOT WORKING ...
Sales Process error message in web clientWhen viewing an opportunity in the web client, if the user goes to activities
and then selects the sales process tab (next the activities and history
tabs), we get the following error:
An error has occurred. Contact your system administrator.
No one knows what to do about this. Any suggestions? It would be nice to
be able to see the summary like all the books show.
Thanks.
Hi normally your can solve an error like this one by following this procedure:
Clear the Outlook Forms Cache in the Microsoft CRM Sales for Outlook client.
1. Open Microsoft Outlook, and then click Options f...
Email address not created when a new user is createdAll,
This issue recently happened in my company. Upon creating a new user, the
policy was set to create the smtp and X400 address automaticaly. Now when we
create a user the smtp and x400 addresses are not created, and when
attempting to setup the new user in outlook, the address cant be found. We
are using exchange 2003 SP1 on Win2k3 servers.
On Wed, 13 Jul 2005 06:49:07 -0700, "Bryan"
<Bryan@discussions.microsoft.com> wrote:
>All,
>This issue recently happened in my company. Upon creating a new user, the
>policy was set to create the smtp and X400 addres...
550 5.7.1 error when others send email to usWe have Exchange 2003 and have two domains set up and they have been working
fine for years. We recently added a third domain but senders to this domain
get a "remote host said: 550 5.7.1. Unable to relay" when they send email to
it. The new domain has been added under recipient policy and the mx records
are correct.
All our IT professionals have been scratching their heads over this
one....please help!
Go into your recipient policy and edit the new address. Make sure that the
box is checked that states "This Exchange Organization is responsible for
all mail deliver...
Outlook 2003, Receive error x80004005My OS: Windows XP; all critical updates downloaded.
Outlook 2003: using Pop3 server.
using Symantec Corporate AntiVirus
When I configure my mail settings and click the test
button, the system tells me everything is okay. My email
had worked fine for months. one day, I started receiving
error code x80004005 and mail will not download into
outlook. I've only found one article in the Microsoft
Knowledge base that instructs me to turn off script
blocking within Norton AntiVirus. It also suggests
turning off new mail notification. Neither of those
solutions works and I cannot fin...
Where is it storing email addresses I reply to, not in contactsHelp I do not have a global contacts option that comes up. All that is
available is my outlook and the contacts. outlook is empty and contact list
is as it should be.
When I type in s, it gives me all these addresses for people that I replied
to their mail. I don't know how to find a setting to keep it from adding the
email addresses and I don't know how to find where its storing them in order
to delete them.
Thanks
They are stored in your autocompletin cache, a file with an NK2 extension.
Remove individual addresses from the autocompletion cache by highlighting
the entry wh...
when form createdI have a form which was created by someone else (not a form template) which
is like a questionnaire with empty boxes to be completed. When the boxes are
typed in all the margins move to accommodate the words being typed. Is there
a way to fix/lock the original form and then just fill in the blank boxes?
I suspect this is set up as a table with auto resizing enabled. Displaying
table gridlines (Table | Show Gridlines) will help you see what you're
dealing with. Then select the table, go to the Table tab of Table
Properties, click Options, and clear the check box for "A...
Exchange 2010 MRM, no log files being createdI'm hoping someone can help me with this issue....it has been driving me
crazy for days.
I have enabled MRM logging on our exchange server, and I can see that some
of the policies are working when I run start-managedfolderassistant. We
have a retention policy tag on the deleteditems folder, and this does work.
The problem is I am not getting any files in the MRM log directory.
C:\Program Files\Microsoft\Exchange Server\V14\Logging\Managed Folder
Assistant
Events 9021 and 9022 are logged in the Application log, but where are the
files?
Below is the output of my mai...
similiar upgrade question, on upgrades do contact info auto load, ordo you have to use pst files
All data contained in a *.pst file
Other than that yr Q is a little hard to follow.
"bob" <bob@donotspam> wrote in message
news:ex66JE1qEHA.372@TK2MSFTNGP12.phx.gbl...
> do you have to use pst files
>
>
...
"Class not registered" startup errorBeginning a week or so ago, when I start Excel 2000, I get
Class not registered.
Looking for object with CLSID:{AC9F2F90-E877-11CE-9F68-00AA00574A4F}
This occurs whether opening an existing file, a template, or
"nothing".
Two questions; what did I do to cause it, and how do I fix it. Aside,
I got a significant spyware infection in the same timeframe, and
killing it messed up lots of things ... this problem may have occurred
along with that.
TIA, George
...
Creating a BrochureHow do you create a 3-column brochure from scratch for Publisher 2002? I can
only find the directions for the 2003 version. Quick help would be
appreciated, project is due Monday.
Create a three-panel or four-panel folded publication
http://office.microsoft.com/en-us/assistance/HP011646681033.aspx
Scroll down to the section that says "Build a three-panel or four-panel publications
from scratch."
--
Mary Sauer MSFT MVP
http://office.microsoft.com/
http://msauer.mvps.org/
news://msnews.microsoft.com
"Derek" <Derek@discussions.microsoft.com> wrote in message
news...
How to create Access macro shortcutI'm still using Access 97 and saw something the other day that I would
like to use that was in Access 2000. In an Access 2000 database,
there was a .mam file in a directory that launched the Access 2000
program and ran a macro. How do you set this up? Can it be done in
Access 97? If so, how?
Hi.
> How do you set this up?
Select the macro in the Database Window and right click with your mouse,
then select "Create Shortcut..." in the pop-up menu. Follow the prompts for
where to place the shortcut and what to name it. The default is:
<PathToDeskTopDir>\Shortcut ...