Search results

  1. E

    hyperlink field in union query

    Hi, I have a query that I build using VBA based on some user input. One of the fields I pull out is a hyperlink to particular files on our local network, so the user can click the link and open the relevant file. My problem is that if the SELECT statement contains one (or more) UNIONs the...
  2. E

    Hyperlink missing in VBA-made SQL query

    Hi, I have a table in a database where one field is a hyperlink to files on local network. I am using VBA to custom a SQL query based on some input from the user and return this field along with others from the table. My problem is that in the query table returned the hyperlink field no...
Back
Top Bottom