Microsoft
Software
Hardware
Network
Question : Find and Replace Hyperlinks in Access 2007
Simple question, but I've no idea where to start as I'm FAR from an Access expert!
I have inherited a database that contains a lot of hyperlinks that point to files stored on a mapped drive. Let's say the drive is T:\ and I want to change all the links to S:\ (using the same path, just different letter).
How would I go about it? Standard Find and Replace doesn't seem to work since Find only seems to be looking at the hyperlink labels rather than the link itself.
Thanks!
Drew
Answer : Find and Replace Hyperlinks in Access 2007
try using an update query
update tableX set [FieldName]=replace([Field
Name],"S:\
","T:\")
Random Solutions
OOP, classes, accessor/mutator question (newbie)
Outlook 2007 - Auto Create Distribution List
Ex2010 - Move Mailbox Failed - Corrupt Messages
helpdesk interview for bank
SPContext.Current is returning null in the "SPItemEventReceiver" event handler.
iPhone Contacts - ActiveSync
can you run 2 versions of MS office
Spam black list removal " dnsbl.burnt-tech.com"
Settings up vsftpd and ssl?
How can i sort two dimentional array with linq and with Compareto method?