Ok. I've got a database and it has ONE linked table in Excel. Let's call it tblTable, for argument's sake. In order to proceed from the database start screen, the user must click a command button, which executes some VB code and opens up the main database window.
Now here's what I want to happen:
The user clicks the command button
Some code is executed to relink tblTable - tblTable will always be in the same directory as CurrentDb
So now the path specified for tblTable in linked table manager is CurrentProject.Path + "\tblTable.xls"
Main database window opens
Any help would be appreciated!
Now here's what I want to happen:
The user clicks the command button
Some code is executed to relink tblTable - tblTable will always be in the same directory as CurrentDb
So now the path specified for tblTable in linked table manager is CurrentProject.Path + "\tblTable.xls"
Main database window opens
Any help would be appreciated!