So I have a VB.NET Window form application that pulls data from an Access DB and the DB has an Excel file as a linked table.
Currently when I run the app the Excel file path is hardcoded in the Access DB. Is there a way where I can change that path from the VB.net app? please note I already have set up a dialog box to select an Excel file and already save the path of the selected file.