Click here to Skip to main content
15,892,072 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Is any one using MS Access? Pin
HobbyProggy1-Oct-15 21:53
professionalHobbyProggy1-Oct-15 21:53 
GeneralRe: Is any one using MS Access? PinPopular
georani5-Oct-15 3:49
georani5-Oct-15 3:49 
GeneralRe: Is any one using MS Access? Pin
mtiede8-Oct-15 2:53
mtiede8-Oct-15 2:53 
GeneralRe: Is any one using MS Access? Pin
thewazz8-Oct-15 10:10
professionalthewazz8-Oct-15 10:10 
GeneralRe: Is any one using MS Access? Pin
mtiede9-Oct-15 3:02
mtiede9-Oct-15 3:02 
GeneralRe: Is any one using MS Access? Pin
mtiede9-Oct-15 3:07
mtiede9-Oct-15 3:07 
GeneralRe: Is any one using MS Access? Pin
ClockMeister5-Oct-15 5:11
professionalClockMeister5-Oct-15 5:11 
GeneralRe: Is any one using MS Access? Pin
WildlingCoder5-Oct-15 6:21
professionalWildlingCoder5-Oct-15 6:21 
Access is part of about 90% of my development projects. Usually as a RAD front end to MySQL, PostgresSQL, Oracle, SQL Server, and sometimes more than one at the same time. How many dev tools do you know that can connect to SQL Server, MySQL and Oracle at the same time?

The ACE DB Engine is really only good for apps with tables less than 100K records, or so, but Access makes a great desktop front-end. Access != ACE (Access <> ACE for the VB fans).

Yes, it's best use is for desktop apps connected to shared data for 20 or less people (up to 50 with a RDBMS back-end). The Sharepoint/web integration is basically hell, since you can only use macros (no VBA). Using macros is like trying to build a house when the only tool you have is a bag of sporks. Although, the new JavaScript integration in 2016 may help change that.

As I've grown as a coder, it took me a while to understand certain concepts that are now must have features in modern languages/ide's: Managed Code, VBA in Access has always been managed. Lambda Expressions, oh, you mean you can just create a function and call it from anywhere? You know, like a function in an Access module rather than class.

Binding fields in a table to controls on a form is ridiculously easy (built-in sanitizing, character limits that match the field, data-types, a plethora of events to add validations, etc.). Don't worry if this frightens you, its lack of layers scares many.

But, then again, you may not want to listen to me as I am a wildling coder. After some excellent instruction in high school, I did not go the the ivory towers and have spent most of my career on the other side of the wall between IT and everyone else... solving problems as quickly and efficiently as I can, with only the tools I have available to me.
"But then, something happened that the ring did not intend." - Fellowship of the Ring

GeneralRe: Is any one using MS Access? Pin
clearwaterPicker5-Oct-15 9:31
clearwaterPicker5-Oct-15 9:31 
GeneralRe: Is any one using MS Access? Pin
Member 107076774-Oct-15 23:30
Member 107076774-Oct-15 23:30 
GeneralRe: Is any one using MS Access? Pin
Harrison Pratt5-Oct-15 2:17
professionalHarrison Pratt5-Oct-15 2:17 
GeneralRe: Is any one using MS Access? Pin
DanW525-Oct-15 4:17
professionalDanW525-Oct-15 4:17 
GeneralRe: Is any one using MS Access? PinPopular
CDP18021-Oct-15 21:40
CDP18021-Oct-15 21:40 
GeneralRe: Is any one using MS Access? Pin
den2k881-Oct-15 21:43
professionalden2k881-Oct-15 21:43 
GeneralRe: Is any one using MS Access? Pin
Member 315640713-Oct-15 4:46
Member 315640713-Oct-15 4:46 
GeneralRe: Is any one using MS Access? PinPopular
den2k881-Oct-15 21:41
professionalden2k881-Oct-15 21:41 
GeneralRe: Is any one using MS Access? Pin
Mario Z1-Oct-15 21:50
professionalMario Z1-Oct-15 21:50 
GeneralRe: Is any one using MS Access? Pin
SPoss1-Oct-15 21:57
SPoss1-Oct-15 21:57 
GeneralRe: Is any one using MS Access? Pin
DanW525-Oct-15 4:18
professionalDanW525-Oct-15 4:18 
GeneralRe: Is any one using MS Access? Pin
den2k885-Oct-15 4:44
professionalden2k885-Oct-15 4:44 
GeneralRe: Is any one using MS Access? Pin
Baron Software5-Oct-15 7:48
Baron Software5-Oct-15 7:48 
GeneralRe: Is any one using MS Access? Pin
tchris5-Oct-15 9:24
tchris5-Oct-15 9:24 
GeneralRe: Is any one using MS Access? Pin
hernandezpaul5-Oct-15 10:48
professionalhernandezpaul5-Oct-15 10:48 
GeneralRe: Is any one using MS Access? Pin
Johnny J.1-Oct-15 21:56
professionalJohnny J.1-Oct-15 21:56 
GeneralRe: Is any one using MS Access? Pin
den2k881-Oct-15 22:11
professionalden2k881-Oct-15 22:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.