split database & hyperlinked fields

mikeder

Member
Local time
Today, 13:53
Joined
Nov 12, 2002
Messages
34
Hi,

I have a strange problem. I have a table that contains 500+ hyperlink fields that point to file locations on our server. I've created a form that allows the end user to select a project file and also click on a link that bring him to the file location on our server.

This worked fine until I split the database using the database splitter. After I split the database, clicking on the hyperlink does not bring me to the file location. It doesn't even open up the browser window. Anybody know why this is?

Thanks
 
actually...

Actually wait! My problem is that hyperlinks are not working in my form. It doesn't prompt the opening of the browser window when i click it, even though when i mouse over the hyperlink, it shows a finger icon (suggesting it's a link).

splitting the dbase had nothing to do with this.


My control source is the Address_ID


My Row Source is: SELECT Server_location.Address_ID, Server_location.Address FROM Server_location;
 

Users who are viewing this thread

Back
Top Bottom