
Keeping a File Path & Name in a database
Hi there,
I am very new to VB and am trying to store the path to a graphic file in a
database loaded by the form.
The process seems fairly simple,
The database is loaded by the Form
Numerous text boxes display the datafields
Use a command to browse for the required graphic file
Print the graphic file's path and file name into the text box for the
Imagepath datafield of my database
(txtImagefilepath.text = File1.Path & "\" & File1.FileName
where txtImagefilepath )
All this works fine, the full path and filename are printed in the text box
and the graphic displayed in a image object. What I want to know is how do I
make the path and filename save into the database??
Source code or any help would be geratly appreciated
Regards
Michael Verso