Hi,
I've got a form (in Vb Express 2008) which has a TextBox and a Button saying Browse
I've managed to get the form to open the Open Dialogue when I press the Browse button, and I can use that to select the .mdb file I want, but how can I get the file path (ie. E:/Comp/Database/records.mdb) into the text box?
cheers if you can help
I've got a form (in Vb Express 2008) which has a TextBox and a Button saying Browse
I've managed to get the form to open the Open Dialogue when I press the Browse button, and I can use that to select the .mdb file I want, but how can I get the file path (ie. E:/Comp/Database/records.mdb) into the text box?
cheers if you can help
Comment