Hyperlinks

S

simplymidori

Let's say I have a list of hyperlinks in a column

Column A:
Link: "ftp://upload:[email protected]/spot%20viewer/" & [number] & ".wmv"

Column B: [number]

I want column [numbers] as text to display.

Thanks in advance.
 
J

Jeanette Cunningham

Try this:

Me.BTextBox = Me.ATextBox & Me.BTextBox & ".wmv

BTextBox is the name of the control on your form that is bound to field B
[number]
ATextBox is the name of the control on your form that is bound to field a
[number]

Jeanette Cunningham
 

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