Everything works fine except one column in the table has hyperlinks to shared folders on the network.
If I use a try catch end try it will populate the datagridview1 but pops up with and error "Record is deleted" and in the datagridview1 it shows the displayed text and the link directly proceeds it.
Something like this "linktxt#..\..\Foldername#"
This is a shorter version of the select statement I'm using. I didn't write the database so that's why the column names are not standard.
sql = "SELECT [RFQ #],[Part Number],[Part Number Folder Link] from [Tracker]"
For appending the data I've been trying to use a lablelink but have only been able to get the text to show in the database without the hyperlink.
Any help would be much appreciated. Thank You

New Topic/Question
Reply



MultiQuote




|