Question: If you find a bug in a "classical" developement tool, you usually
- prepare a minimal working example,
- browse to the vendor's online bug tracker and
- file a bug.
For example, you'd report a bug in .NET at Microsoft Connect, a bug in Java in Oracle's bug database, etc.
Despite being a very popular tool for the development of "line of business" applications (using an SQL Server backend and the royalty-free Runtime actually allows you to create scalable and deployable software), it seems almost impossible to just "report a bug" for MS Access.
Is there any option for (a) dropping a bug report and (b) getting feedback on its progress?
What I have tried:
The MSDN Access for Developers forum: It's a community driven forum, which means that it's a question of luck whether some Microsoft Moderator sees it and forwards it to the developers (Example 1, Example 2) or you end up just discussing the bug among other users, which is kind of a pointless and time-consuming exercise (Example).
The restricted partner forums: There's one for Office Access, but it explicitly does not deal with development issues.
Drop it into the general Office Feedback Form: Might or might not work, but you don't get any feedback and it really feels like dumping it into a black hole.
Open a support case: Tried that once:
- You fill out a form and provide your credit card number. They promise not to charge you if it turns out to be a bug.
- Submit your bug repro description.
- Get a generic confirmation mail with lots of text and completely unrelated "useful" links.
- Get a welcome mail from a helpful Microsoft Germany support engineer sending you his contact data and telling you how glad he is to help you.
- Send him the repro description again.
- Get a confirmation mail with a rewording of my problem description and an "action plan".
- (One day later) Get a mail that the problem cannot be reproduced.
- After a few more e-mails, call the guy on the phone and (virtually) hold his hand while reading the bug repro description to him, line by line. Now he can reproduce it.
- (1-2 weeks later) The guy organized an "Access expert", and all three of us have a phone conference, where we basically restate everything that has already been said by e-mail or phone. They acknowledge that this is a bug, tell me that they will forward it to the developers, that it might or might not be fixed in the next service pack, that they are sorry for not finding a workaround. No, they don't get feedback from the developers after forwarding the report. I ask them to close the case.
So, yes, this way kind of worked, but the cost (hours of e-mails and phone calls on my side) was immense.
Is there any better way? Some secret code to get a direct connection to the bug tracker?