I just need a little help on adding a feature to my forms.
I have a text box called "filelocation", and an image that is set to update when "filelocation" is updated. I have that working fine when I just type in the location of the file. I just added a command button to browse files so that the user doesn't have to type in the location everytime. However (here's my problem), I cannot get the text box to accept the file name, it tells me the text box is not big enough to paste the information into (even though the box is set at 255 char). So if I set the command button to paste in an unbound text box, it works fine; except now I cannot store the file location and the image won't update after I choose a file.
I have read through several post here, and found great information, but not enough to get me past this hurdle. If anyone has code or just some helpful tips, I would greatly appreciate it.
I have a text box called "filelocation", and an image that is set to update when "filelocation" is updated. I have that working fine when I just type in the location of the file. I just added a command button to browse files so that the user doesn't have to type in the location everytime. However (here's my problem), I cannot get the text box to accept the file name, it tells me the text box is not big enough to paste the information into (even though the box is set at 255 char). So if I set the command button to paste in an unbound text box, it works fine; except now I cannot store the file location and the image won't update after I choose a file.
I have read through several post here, and found great information, but not enough to get me past this hurdle. If anyone has code or just some helpful tips, I would greatly appreciate it.