Anders Ebro (TheSmileyCoder)
My feedback
-
1 vote4 comments · Access (Desktop Application) » Automating Tasks · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment -
1 vote
Anders Ebro (TheSmileyCoder) shared this idea ·
-
24 votes
Anders Ebro (TheSmileyCoder) supported this idea ·
-
2 votes
An error occurred while saving the comment Anders Ebro (TheSmileyCoder) commented
I suggest you try looking at the relinker tool which can be found on Armen Stein (MVPs) website:
https://www.jstreettech.com/downloads.aspx
It should solve your needs quite elegantly. -
16 votes
An error occurred while saving the comment Anders Ebro (TheSmileyCoder) commented
But there are many legitimate uses for your application to use VBA to import/export data. You would also be blocking all of these legitimate uses.
If you truly require that degree of security, you should use SQL server as a backend, and apply security there.
-
1 vote
Anders Ebro (TheSmileyCoder) shared this idea ·
-
3 votes
An error occurred while saving the comment Anders Ebro (TheSmileyCoder) commented
This has been one of the really strong features of access, that when you do imports, you get the import errors table, and when you try to copy-paste records, you get a paste error table.
This works soooo much better than when you try to do imports through e.g. SSMS, and just get a simple message saying "the import has failed".
It would be nice if this feature could be extended to action querys.
-
133 votes
Anders Ebro (TheSmileyCoder) supported this idea ·
An error occurred while saving the comment Anders Ebro (TheSmileyCoder) commented
I agree. This limitation really needs to be lifted.
-
23 votes
Anders Ebro (TheSmileyCoder) supported this idea ·
-
193 votes10 comments · Access (Desktop Application) » External Data Connectivity · Flag idea as inappropriate… · Admin →
We have presented in a recent user group session about an investment we are making in building a CDS Connector within the Access application, to successfully move your data to and from CDS; which will power a variety of Power App and MS Flow applications.
Check out the presentation here https://www.youtube.com/watch?v=x_o3F89EcBI, and scroll to the latter half of this video to hear more about CDS/Power Apps.An error occurred while saving the comment Anders Ebro (TheSmileyCoder) commented
I'm not sure. Are you asking for a way to connect your Access desktop app to a PA or flow webservice? Or for a way to connect your Power App to a desktop database file?
-
20 votes
An error occurred while saving the comment Anders Ebro (TheSmileyCoder) commented
You can create an AutoKeys macro that listens for F1, and then provides your custom message instead of the Access help. Works like a charm
-
56 votes
Anders Ebro (TheSmileyCoder) supported this idea ·
-
9 votes
Anders Ebro (TheSmileyCoder) shared this idea ·
-
4 votes
An error occurred while saving the comment Anders Ebro (TheSmileyCoder) commented
This is an ODBC driver issue, not limited to Access, in other words it is the ODBC driver using Identity instead of Scope_identity.
-
0 votes
An error occurred while saving the comment Anders Ebro (TheSmileyCoder) commented
Split returns an array, it doesn't make sense to me, to expect the query to be able to handle an array.
-
1 vote
An error occurred while saving the comment Anders Ebro (TheSmileyCoder) commented
If you open a new Access instance, you can open a new access database with that instance.
Also if you open a new database from e.g. the explorer window it will also open a new window.
-
65 votes
Anders Ebro (TheSmileyCoder) supported this idea ·
-
34 votes
An error occurred while saving the comment Anders Ebro (TheSmileyCoder) commented
While I might argue that it could be nice to OPTIONALLY turn of whether a user can interfere with it, I've done both table and querie modifications "on-the-fly" in access compiled files running code. I would hate to see that ability go away.
-
25 votes
An error occurred while saving the comment Anders Ebro (TheSmileyCoder) commented
Ah sorry. I use that button to default to use event code, but not, it doesn't use the wizard to create the code for me. When I press the button (in 2010) it takes me to the code window, instead of opening the macro window.
An error occurred while saving the comment Anders Ebro (TheSmileyCoder) commented
Your in luck!
This feature is already there. I can tell you where to find it in Access 2010.
Click File
Click Options
Select Object Designers
Scroll down a bit to Form/Report Design view
Check the box "Always Use Event Procedures"Hope that helps
Anders Ebro // TheSmileyCoder
Access MVP
www.TheSmileyCoder.com -
5 votes
An error occurred while saving the comment Anders Ebro (TheSmileyCoder) commented
OK, I see your point more clearly now.
I still choose to disagree. I think its a good way of discovering new items being added. Yes, it can also be really annoying, e.g. when forms started to open in layout view as default. I am not arguing that. However they DID leave in the old design view, and the choice to have windowed forms.But in most cases it make sense (to me anyways), to change the default to the new feature. If they hadn't changed the default form design, I would probably still be making forms with the Access 2000 look.
I
An error occurred while saving the comment Anders Ebro (TheSmileyCoder) commented
I don't write this just for arguments sake, but more to give another perspective
I LOVE tabbed documents. Use it all the time. And you have the option of turning it off. I believe that existing databases brought forward are windowed (i.e. original style) by default.
You can set it with code:
CurrentDb.Properties.Append CurrentDb.CreateProperty("StartupForm", dbText, "FORMNAME")