update text box in current form

H

HDI

Hi,

On a continuous form I've a textbox where users should put a link to a
file.

The users can type the path and filename but I want to make it more
user-friendly by adding a button (which opens a file dialog) next to
the textbox.

But when I put the value in the textbox all the textboxes on the form
have this value.

How to give only the current record this value?
 
Top