I have a field on a form that has a value of "\files\pdf\abc.pdf
How can I create an unbound field that takes just the "abc.pdf" value and combines it.
I want the new field value to look like this: www.abc.com/abc.pdf
="www.abc.com/" & "abc.pdf"
How can I create an unbound field that takes just the "abc.pdf" value and combines it.
I want the new field value to look like this: www.abc.com/abc.pdf
="www.abc.com/" & "abc.pdf"