Hyperlink Syntax

  • Thread starter mattc66 via AccessMonster.com
  • Start date
M

mattc66 via AccessMonster.com

I am trying to add the hyperlink in my query. Its a combination file path and
the file name is made up of 2 records. FKQuoteID and Revision followed by the
file type - dwf.

Can some one help me with the syntax.

FileLocation: "W:\ROOMS Daily Drawings\DWF\&""&[FKQuoteID]&""&[Revision]&.
dwf"

Thanks
 
G

Guest

I think you need the quotes before the ampersands:
FileLocation: "W:\ROOMS Daily Drawings\DWF\" & [FKQuoteID] & [Revision]&".dwf"
 
M

mattc66 via AccessMonster.com

That added the correct file path name, but how would I make it into a
hyperlink in the query?
I think you need the quotes before the ampersands:
FileLocation: "W:\ROOMS Daily Drawings\DWF\" & [FKQuoteID] & [Revision]&".dwf"
I am trying to add the hyperlink in my query. Its a combination file path and
the file name is made up of 2 records. FKQuoteID and Revision followed by the
[quoted text clipped - 6 lines]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top