dynamic hyperlink by getting values from fields from a table

  • Thread starter bill d via AccessMonster.com
  • Start date
B

bill d via AccessMonster.com

Hi all.
I have a form and i want to create a label (or button or anything else that
work), that is hyperlink and gets the values from three fields from a table.

assume that we have three columns column1, column2, column3 in a table.
the datas are colum1.data1, column2.data2, column3.data3.

i want the link to go like "c:\data1\data2\data3."

any help will be appreciated
Thank u all in advance!
 
J

John Nurick

Hi Bill,

Check out Application.FollowHyperlink

Hi all.
I have a form and i want to create a label (or button or anything else that
work), that is hyperlink and gets the values from three fields from a table.

assume that we have three columns column1, column2, column3 in a table.
the datas are colum1.data1, column2.data2, column3.data3.

i want the link to go like "c:\data1\data2\data3."

any help will be appreciated
Thank u all in advance!
 
Top