Hi everyone,
A have a somewhat working drag and drop solution, just needs some fine tuning. I have a combo box and a table behind it that has a Hyperlink. If its just a combo box, its not working (you need a table with a Hyperlink table field), but since i need other functions, like "Save as" or "Send it in mail", I can add it in the table and code on it.
When you drop a file onto the combo box (sometimes you need to click the empty text part), it reads out the file path. The problem is that its not getting the full path.
Example: I drop a file with a path "c:\1\example.pdf" but when i read out the text from the combo box, it looks like this: "..\..\..\1\example.pdf" (in Hyperlink terms you see this: ..\..\..\1\example.pdf#..\..\..\1\example.pdf#
Fun part is that i have an older mdb thats used in an office and it works fine, but i cant recreate it.
The older one and this one is made in access 2003 on Win7 OS (people that use it dont want to upgrade)
Anyone has any idea how to set it up so i can get a "normal" path where the drive letter is visible?
A have a somewhat working drag and drop solution, just needs some fine tuning. I have a combo box and a table behind it that has a Hyperlink. If its just a combo box, its not working (you need a table with a Hyperlink table field), but since i need other functions, like "Save as" or "Send it in mail", I can add it in the table and code on it.
When you drop a file onto the combo box (sometimes you need to click the empty text part), it reads out the file path. The problem is that its not getting the full path.
Example: I drop a file with a path "c:\1\example.pdf" but when i read out the text from the combo box, it looks like this: "..\..\..\1\example.pdf" (in Hyperlink terms you see this: ..\..\..\1\example.pdf#..\..\..\1\example.pdf#
Fun part is that i have an older mdb thats used in an office and it works fine, but i cant recreate it.
The older one and this one is made in access 2003 on Win7 OS (people that use it dont want to upgrade)
Anyone has any idea how to set it up so i can get a "normal" path where the drive letter is visible?