Results 1 to 5 of 5
  1. #1
    adeling is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Nov 2013
    Posts
    2

    CRUD application and VBA skills


    Hello,

    I think of getting involved into access (being an obsessive excel user) and I would like to build a standard CRUD application and it makes me wonder
    are there in access any predefined methods of coping with CRUD functionalities or I need to programm it. Thats an important issue to me because I dont have any
    advanced Vba skils. thank you in advance.
    Adeling

  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,600
    What is CRUD?
    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.

  3. #3
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Create or add new entries
    Read, retrieve, search, or view existing entries
    Update or edit existing entries
    Delete/deactivate existing entries


    Access is not Excel - obviously. Moving from Excel to Access requires a different way of thinking.

    Access has the functionality - very basic using wizards - more advanced functionality requires (at least some) VBA coding.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,600
    Just what I need, a new acronym!

    As Steve said, Access has built-in tools for all these features. A db can be built with absolutely zero code. So for a user to perform the actions you describe, requires getting familiar with the intrinsic tools on the ribbon and forms and right click shortcut menus. Some are comfortable with that, some need more customized framework, like big buttons on form clearly identified for a specific procedure. The more 'user friendly' the more code.
    Last edited by June7; 11-07-2013 at 03:11 PM.
    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.

  5. #5
    adeling is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Nov 2013
    Posts
    2
    Thats great !! At first it will be good for me to build an app using standard built-in methods, then I try something more advanced. thanks for your replies.
    Best regards
    adeling

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

Similar Threads

  1. Need help designing a simple Skills/Training Matrix
    By RoyLittle0 in forum Database Design
    Replies: 5
    Last Post: 02-06-2013, 05:19 PM
  2. Replies: 4
    Last Post: 11-15-2012, 09:55 PM
  3. Form design for CRUD
    By MDB in forum Forms
    Replies: 2
    Last Post: 08-14-2011, 11:56 AM
  4. Query to match job and client skills?
    By kbp in forum Access
    Replies: 5
    Last Post: 01-27-2011, 05:15 AM
  5. Replies: 0
    Last Post: 08-26-2008, 09:22 AM

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