Hi All
I have a very complicated database that uses local access tables and Azure SQL tables etc, we have an admin person that adds new records to the database via a complex set of VBA / SQL code.
After an extensive update to the database, the admin person has twice now told me that they ran a spreadsheet (where the new data originally comes from) that didn't work, or only did half of the rows etc. I then then try it again using the exact same spreadsheet (original data) and the exact same version of the access database and the code works for me fine every time, both when I step through it and check each step, and when I run it all at once and check the final result.
So my question is, why does the same code result in something different for them, but not for me? It's making it very hard to bug check as I can't replicate what is happening for them. Is there anything that I am missing? Maybe like a different Windows setting or Access setting or something that could be causing the difference?
The two examples I have at the moment are:
1. A spreadsheet that for them didn't upload at all, Access ran through the code reporting no errors, but the new data just wasn't in the database at the end of the upload process.
- They emailed me the exact same spreadsheet and I ran it step by step in the same version and it worked fine, I also ran it again all at once (not stepping through the code) and it also worked, the end result being the data successfully in the database.
2. A spreadsheet that for them uploaded the first 102 rows of data and ignored the last 30 rows, Access ran through the code without errors etc.
- I tried it again on my end, and both stepping through and running the code all at once all 132 rows were uploaded correctly.
Any ideas?