Results 1 to 2 of 2
  1. #1
    RyanP is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2012
    Posts
    60

    Question Applying MVC to Microsoft Access


    Not a technical how-to question... just learning here / trying to wrap my head around this...

    Have been researching the MVC architecture as an ongoing plan to upgrade into Web or Rich Client (.NET) apps in lieu of Access...

    Is it too simplified (or outright wrong) to say that in Microsoft Access itself, the MVC architecture is essentially as follows;

    Model - Queries & Tables

    View - Forms & Reports (100% managed by the Access GUI itself, no coding)

    Controller - Essentially all the VB Project behind the forms or in modules (or macros)
    • Calling on the model (data manipulation, running queries, setting record sources etc)
    • Creating/defining the views based on a mix of application & business logic
    • Coordinating between the View & the Model


    As far as commenting in code or naming of modules goes, good practice to identify what is associated with the Views & what is associated with the Model?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    Never encountered the term before (not formally trained in db concepts) but sounds reasonable.

    Comments in code adequate to explain the code purpose and logic.
    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. Replies: 4
    Last Post: 02-11-2014, 11:12 AM
  2. Replies: 4
    Last Post: 04-22-2013, 06:45 AM
  3. Replies: 1
    Last Post: 09-13-2011, 01:52 PM
  4. Replies: 0
    Last Post: 10-13-2010, 03:28 PM
  5. Access Reports - Applying a subform filter
    By AMCUser in forum Queries
    Replies: 13
    Last Post: 06-25-2010, 07:32 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