G
Guest
Hello all,
I am new to this Forum so I hope you will be patient. I tried to search the
Forum for an answer to my question but was unsuccessful.
I am in the process of cleaning up an Outlook Contacts file which has names
entered in either all caps or all lower case. I have linked Outlook Contacts
to Access (both 2003) and I wrote an update query:
UPDATE tblMyTableContacts SET [First] = StrConv([First],3);
It partially worked – when I view the data from Access the format is
correct. But when I look at the data from Outlook it is still unchanged.
After the query ran I had gotten an error message saying I did not have
permission - and it messed up the link to the table.
I am using Outlook and Business Contact Manager. I tried to update a single
record using Access by just re-typing the info. Like the query, it accepted
the changes when viewed in Access but not in Outlook.
Is there a setting in Outlook or Access that I need to change? Help please?
Thanks in advance,
Kim Walker
I am new to this Forum so I hope you will be patient. I tried to search the
Forum for an answer to my question but was unsuccessful.
I am in the process of cleaning up an Outlook Contacts file which has names
entered in either all caps or all lower case. I have linked Outlook Contacts
to Access (both 2003) and I wrote an update query:
UPDATE tblMyTableContacts SET [First] = StrConv([First],3);
It partially worked – when I view the data from Access the format is
correct. But when I look at the data from Outlook it is still unchanged.
After the query ran I had gotten an error message saying I did not have
permission - and it messed up the link to the table.
I am using Outlook and Business Contact Manager. I tried to update a single
record using Access by just re-typing the info. Like the query, it accepted
the changes when viewed in Access but not in Outlook.
Is there a setting in Outlook or Access that I need to change? Help please?
Thanks in advance,
Kim Walker