I've been playing with hyperlinks on an Access Form and know how to do the basics. Webpages are a no-brainer, and so is linking to a spot on a server (network location at my place of work).
For example, I can make a hyperlink that connects me to "\\server\folder1\folder2\1234" with no problem.
On my form, I have a different proposal number for each record. The name of the field is Prop#.
So I have 2 questions:
1) How do I put a variable in my hyperlink? For example, when I'm viewing the record that has proposal #2222, clicking on the link would take me to "\\server\folder1\folder2\2222"?
2) A more complicated question (and I'm not even sure it can be done)...The folders on our server are actually NOT structured as I said above...they actually contain a folder that further divides the proposals into groups of 1000. An example of a location would be "\\server\folder1\folder2\0000-0999\0345" or "\\server\folder1\folder2\1000-1999\1584" and so on. So, is there any way to set up the hyperlink so that if I'm viewing the record with proposal 3141 on it and I click the hyperlink, it would take me to "\\server\folder1\folder2\3000-3999\3141"?
I know that in order to do that it would have to realize that 3141 is between 3000-3999 and use that folder...then once inside that it would open 3141 (which is just equal to the field Prop#).
I believe the variable part for the exact Prop# is probably easy, I'm sure there is a way to put that variable in. But, I'm thinking the second question is much more complicated and can't be done. I just figured I'd ask people smarter than me to make sure before I write it off. Thanks ahead of time...