I am newbie in VB. I have access database in which i stored paths of the file. Now I want to open the file which are have the respective path using VB command button. A form comes which shows paths in a record and a command button. On clicking the button i should be able to open the file having the path shown in the textbo of the form.
-The files paths stored in the database field may be text, doc ,ppt, pdf, xls.
-The textbox name is "text2" and it is getting data from location field of database named "filedispla y".
-Command button name is "command1"
-The files paths stored in the database field may be text, doc ,ppt, pdf, xls.
-The textbox name is "text2" and it is getting data from location field of database named "filedispla y".
-Command button name is "command1"
Comment