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
Add Mirror Greyed Out
Monitor CIsco 6500 Switch Fabric and Backplane Utilization
How to get an USB speaker to work with Eee PC 900 Xandros Linux
Need to Recover NT4 Domain Admin Password
how to truncate the transaction logs in exchange 2010 after NT backup
qmail ,mutt problem: Error sending message, child exited 127 (Exec error.).
How to alter web page so Google Chrome will clear old data?
red ant
How do I configure exchange 2007 to allow iPhone/iPad to work.
vb.net Insert comma every 3 characters