Concatenating string

blackie1982

Registered User.
Local time
Yesterday, 21:00
Joined
Jul 2, 2004
Messages
18
Hi all.

I have a text box in a form which in which the text is hyperlinked to a file stored on a server. The problem is that I only want the user to enter the file name. How do you write the code to place the file name in the hyperlink address and store it in the datebase?

E.g: 1: User enters the file name "newbie" in the text box.
2: This value is stored in the database as "http://www.server. com/files/newbie.doc".

Thank You
 
"http://www.server. com/files/" & form!txtBox & ".doc"
 

Users who are viewing this thread

Back
Top Bottom