Joe Anderson (Access MVP, aka DatabaseMX)
My feedback
-
2 votes
An error occurred while saving the comment -
9 votes
An error occurred while saving the comment +1
Joe Anderson (Access MVP, aka DatabaseMX) supported this idea ·
-
11 votes2 comments · Access (Desktop Application) » Automating Tasks · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment I have already posted this request and it is currently 'Under Review' (good news).
I suggest you delete this request and add votes to the request above :-)
-
24 votes
An error occurred while saving the comment I couldn't agree MORE. The total insanity on Microsoft's non-sizable dialog boxes is maddening. Almost ALL other applications have sizable dialog boxes..
In the meantime, the tool below ... among other things ... adds one additional line to the References dialog ... a 100% improvement :-)
And it's free!http://www.oaltd.co.uk/VBETools/Default.htm
I've been using this for a long time. Works in ALL versions of Access, including A2016 on Windows 10.
Joe Anderson (Access MVP, aka DatabaseMX) supported this idea ·
-
10 votes
An error occurred while saving the comment Just curious ... where do you envision using animated gifs ?
-
9 votes
An error occurred while saving the comment My motto to all users of our databases is: When In Doubt, Right Click. Pretty much everyone has got it by now.
Also, what is wrong with clicking the X in the upper right hand corner of the Report ?
-
1 vote2 comments · Access (Desktop Application) » Automating Tasks · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment It just needs to be a Client Setting instead of a setting that goes with each db.
In fact, Name AutoCorrect should be removed completely, because it is inherently dangerous because it was never implemented correctly. -
34 votes
An error occurred while saving the comment +1
-
27 votes
An error occurred while saving the comment Better save your votes:-)
Besides, the Ribbon is infinitely superior the the legacy menus in every respect. However, I agree there should have been a Microsoft tool to create custom Ribbons. -
46 votes
An error occurred while saving the comment Any comments. Oh wait, yes comments comments comments !
An error occurred while saving the comment We CLEARLY need an enhanced editor with Find & Replace. Wherein there are 3rd Party tools, the ones I've tried are quite buggy.
Joe Anderson (Access MVP, aka DatabaseMX) supported this idea ·
-
7 votes
-
5 votes
An error occurred while saving the comment I totally agree. I am NOT a fan of tab documents either.
-
14 votes8 comments · Access (Desktop Application) » Automating Tasks · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment That's not exactly what I meant. How would Microsoft determine this distinction in order to implement this feature ?
An error occurred while saving the comment Who would determine the distinction between 'dummies' and whatever category of user you are ?
-
27 votes
Joe Anderson (Access MVP, aka DatabaseMX) supported this idea ·
An error occurred while saving the comment Great ideas hear. Something I've wanted for a LONG time, especially for Queries !!
-
90 votes
Note that typically the reason this happens is that there is code behind the datasheet form that modifies properties on the form or controls (e.g. Textbox.Locked). Access intends to save the datasheet column widths without saving the properties changed in code, and that process was not working as expected. We are planning to fix this, but in the meantime, you may be able to work around this if you can avoid changing form/control properties in code (e.g. by using Conditional Formatting instead)
An error occurred while saving the comment Yes this behavior seems to have changed circa A2010, or at best inconsistent. In the past, you could set the ColumnOrder in Datasheet view - then File>>Save ... and the next time you open the Datasheet - that would be retained. However, this rarely seems to work now.
So, my workaround is in VBA in the Form Load event to set the ColumnOrder property for a given text box, which always works, but a bit of a hassle.
-
2 votes
An error occurred while saving the comment I don't think Access is a multi-treading/core application - as I recall.
-
10 votes
An error occurred while saving the comment Originally when the Ribbon was introduced in A2007, I seriously wanted the legacy menu bars to come back. But fast forward to today's world, I find the (custom) Ribbon paradigm superior to the legacy menu bars in every respect, from functionality to cosmetic appeal. So I let the notion of bringing back the legacy menus (which seems not likely to happen) quite a long time ago.
-
1 vote
An error occurred while saving the comment Agree. And do not default to 'Popular Commands', which at best is very subjective. Default to All Commands, and have a simple Search box wherein you start typing (aka Type Ahead) and it starts matching your entry. So if I type "Send to" ... I will see Send To Back'.
-
2 votes
We are designing on a new Linked Table Manager dialog, incorporating suggestions and requests made in UserVoice and other forums.
Stay tuned.
An error occurred while saving the comment An Access MVP (Tom V) is working on an LTM on steroids that solves a lot of the issues with the current LTM. It's currently in beta testing and hopefully will be for sale in the near future.
-
3 votes
An error occurred while saving the comment Great idea, but unlikely this will happen. Meanwhile there is good news:
http://peterssoftware.com/ss.htm
Unlikely Microsoft would (or could) ever reproduce Peter's tool, which I have used several times and it is truly awesome. Download the demo and check it out.
Humm ... I was not aware of this. Are you *sure* this is the case in >= A2010 in VBA ?