Hi everyboy
If I have a field in a table that i want to save a file such as .avi or ... how can i do that.what kind of datatype i must be choose?
thanks for your help
If I have a field in a table that i want to save a file such as .avi or ... how can i do that.what kind of datatype i must be choose?
thanks for your help
You can just store the location (path+filename) of the file in a text field of a table.
Then create a form to display the information.
Then the following code will open the file when you click the text box:
Sub TextBoxName_Click()
FollowHyperlink TextBoxName
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.