G Gkirkup Registered User. Local time Today, 11:18 Joined Mar 6, 2007 Messages 628 Feb 26, 2013 #1 How would I set up a hyperlink to a web page, from Access? Robert
B Beetle Duly Registered Boozer Local time Today, 12:18 Joined Apr 30, 2011 Messages 1,807 Feb 26, 2013 #2 You could set the data type of a table field to Hyperlink, or you could use Application.FollowHyperlink in an event procedure.
You could set the data type of a table field to Hyperlink, or you could use Application.FollowHyperlink in an event procedure.