Relative Hyperlinks

C

Colin

Ok I am designing a database to hold a whole load of information. I want to have one field as a hyperlink to files on my network. All I want to do is have the users type the file name in and not the whole path. All these files will be held in the same folder so I have set the hyperlink base in the database properties to the path for this folder and all would work great except when the file name is typed in it automatically creates the address as http://(filename)

Now I need to set it up so it does not add the http:// to the address of the file name automatically and that will sort it. I can go into edit and remove it every time and it works great but it is not acceptable to have to edit it every time, so can anyone advise how to stop this getting added to the address automatically and just leave the address exactly as I enter it.

Many Thanks
 
Top