Help with Code

M

mattc66 via AccessMonster.com

That almost works. It put the pronumber after the = However the pronumber
must have an open [ before and a close ] after. So if pro# 019154811 is the
pronumber it would look like this at the end of the hyper link:
=[019154811]
 
M

mattc66 via AccessMonster.com

Okay - I figured it out myself. Maybe this stuff is starting to click.

= " & "[" & stPro & "]"

Thanks All
That almost works. It put the pronumber after the = However the pronumber
must have an open [ before and a close ] after. So if pro# 019154811 is the
pronumber it would look like this at the end of the hyper link:
=[019154811]
 
Top