Closed hecon5 closed 3 years ago
Thanks @retailcoder! I appreciate your input and the back story; VBA is like that; wonderful to use for so many applications, but constraining in others, so bound to have 'features' like this one. Thank you again.
For tracking purposes: https://github.com/rubberduck-vba/Rubberduck/issues/5741 is the Rubber Duck Issue. When it's closed, perhaps we should retire the option all together...again...
For tracking purposes: rubberduck-vba/Rubberduck#5741 is the Rubber Duck Issue. When it's closed, perhaps we should retire the option all together...again...
Yes, I think that sounds like probably the best approach. We don't need to carry forward workarounds that are no longer relevant. But we may want to give it a little time for users to adopt the updated RD version before entirely removing the workaround.
... In Access however, unless I'm mistaken there's only ever a single VBA project opened per instance, so the risk of collision is non-existent: any non-empty value in that field would stop Rubberduck from re-generating it everytime: even just
0
should work.
@retailcoder - Thanks for taking time to chime in on this thread! It is helpful to get your perspective and some of the history behind the usage of the HelpFile
property.
I wanted to mention a couple scenarios in Microsoft Access where you can have multiple VBE Projects open in the same application instance.
Here is a screen shot illustrating multiple VBE Projects referenced in a single database:
In my environment, I have all the library databases in the same folder as the parent database, and ensure that they are all recursively linked to the same set of libraries so it works pretty well for us.
All that to say, there are definitely times when you will have multiple VBE Projects in the same application instance in Microsoft Access. I hope that helps!!
I've been getting the following error lately; any ideas?
ERROR: Importing VBE Project Source: clsDbVbeProject.Import Error -1027541024: Automation error [1]