Results 1 to 11 of 11
  1. #1
    bhatti is offline Novice
    Windows 8 Access 2002
    Join Date
    Aug 2015
    Posts
    20

    Code language

    I am just curious about Access programming.I saw some applications created in MS Access.I used their utilities which are amazing.I wanted to know how how this works from the back end.I came to know that their is a code written in the back.I tried repeatedly to understand the language of codes but in vein. My QUESTION is what is the name of that language coz i found many languages like,Visual Basic .NET

    Visual C# .NET

    Visual C++ .NET

    Visual J++

    I just wanted to know which language should I learn to create business applications in Access like,accounting applications,Payroll,Fixed Assets Modules, Students Database etc.



    I hope I have conveyed what I wanted to know.and I would like to be guided only by programmers.

    Waiting for a quick and complete answer

    Best Regards
    Bhatti

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    I'm not clear on the whole question, but the code language native to Access is VBA; Visual Basic for Applications.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    any that you like- there is no fixed answer - all depends on your enquirements

  4. #4
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    Also be aware that VBA (Visual Basic for Applications) comes in different flavors...one for each Application! VBA for Access is different than VBA for Excel.

    Linq ;0)>
    The problem with making anything foolproof...is that fools are so darn ingenious!

    All posts/responses based on Access 2003/2007

  5. #5
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Don't think the differences are great. I did find that VBA for Excel does not recognize Nz() function. Discovered that because I had queries in Access using Nz() and when I tried to have Excel VBA open a recordset of that query, it erred. Had to change the query to eliminate Nz() - I know, really shouldn't use it at all in query but it is so convenient.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  6. #6
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    In addition to functions that are available in one version but not another version, a number of functions in both Access and Excel VBA that have identical names, but operate differently!

    Linq ;0)>
    The problem with making anything foolproof...is that fools are so darn ingenious!

    All posts/responses based on Access 2003/2007

  7. #7
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    The only one I have encountered close to that scenario is Round(). Round() in Excel worksheet works different from Round() in VBA but it is the same in both VBA.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  8. #8
    amrut is offline Expert
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2012
    Location
    Dubai
    Posts
    614
    I just wanted to know which language should I learn to create business applications in Access like,accounting applications,Payroll,Fixed Assets Modules, Students Database etc.
    You need to learn MS ACCESS. It is as simple as that. You have to learn to write code(VBA as mentioned by experts) or create Macros. All the other languages you mentioned can create similar applications wherein you do not require to learn MS Access.

  9. #9
    Perceptus's Avatar
    Perceptus is offline Expert
    Windows 7 64bit Access 2007
    Join Date
    Nov 2012
    Location
    Knoxville, Tennessee
    Posts
    659
    You can start with VBA. If VBA wont achieve what you want you can extend your application using COM. You can Expose .net DLL to COM if need be(although it can be really really slow sometimes).

    I have not run into anything business wise that you can't achieve through VBA.

  10. #10
    bhatti is offline Novice
    Windows 8 Access 2002
    Join Date
    Aug 2015
    Posts
    20
    Quote Originally Posted by amrut View Post
    You need to learn MS ACCESS. It is as simple as that. You have to learn to write code(VBA as mentioned by experts) or create Macros. All the other languages you mentioned can create similar applications wherein you do not require to learn MS Access.
    In simple I want to learn the coding language behind the MS Access because I like very much the applications which I have used during my work in different companies.those include payroll,accounting system ,fixed assets system , these all were created in Access.Loved those and wana learn to create them on my own.

  11. #11
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Those applications you experienced might have used Access for storing data but that does not guarantee they used Access to build the interface or vice versa. Access could have been the frontend and some other db the backend - such as SQLServer or Oracle. Most likely it was Access frontend with VBA programming and other db as backend.

    https://www.accessforums.net/program...vba-55244.html
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. How to learn the code language?
    By bhatti in forum Database Design
    Replies: 2
    Last Post: 09-08-2015, 11:48 AM
  2. Greek Language Help
    By Potatohead in forum Access
    Replies: 3
    Last Post: 01-30-2013, 07:09 PM
  3. Interpreter/language problem
    By boo in forum Queries
    Replies: 2
    Last Post: 12-19-2011, 04:51 AM
  4. Language in Access
    By Bill Casanova in forum Access
    Replies: 3
    Last Post: 05-23-2011, 02:00 PM
  5. can't find language DLL
    By tequila in forum Access
    Replies: 0
    Last Post: 05-01-2008, 09:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums