|
Question : Access VBA open file where path & name specified in textbox
|
|
Hi
In Access VBA how do I open a file wherethe path & name are specified in textbox
The textbox is called txtFile
Thanks
|
|
Answer : Access VBA open file where path & name specified in textbox
|
|
Private Sub Text0_Click() Application.FollowHyperlink Me.Text0 End Sub
|
|
|