Excel 2003 w SP3 Front end
Access 2003 w SP3 database
This is a very old data entry screen. I had to move the Access database where the data is stored. Basically the Excel file looks at a header table in the access database and allows the user to add or change records in a child table in that same access database. After the changes or additions are made the user can see them on the spreadsheet.
I thought that all I needed to do was search the VB for the database name and change the path, but there seems to be another problem.
It adds records to a table, but the new records are no longer visible in the excel data entry file. This worked correctly for several years, but stopped working as soon as I moved the database and changed the path in the VBA.
Any ideas what else I should be looking for? VBA is not something I work in much so "obvious" suggestions are welcome.
Thank you
VE