Results 1 to 6 of 6
  1. #1
    shraddha is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2010
    Posts
    1

    creating Stored Procedure in Access 2007

    In Microsoft Office Access 2007, why i cannot see Stored Procedure icon?


    please someone help me out
    i want to create Stored procedure in MS access 2007

  2. #2
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    in Access stored procedures are Modules. you will find them in the list of objects.

  3. #3
    Join Date
    Jun 2010
    Location
    Belgium
    Posts
    1,044
    Hi,

    do you mean you want to create a stored procedure on a back-end SQL-server? In this case you have to start an .adp project which is only possible in Access 2000 or 2003.

    kind regards
    Noëlla

  4. #4
    dch3 is offline Novice
    Windows XP Access 2007
    Join Date
    Jul 2010
    Posts
    1
    Quote Originally Posted by shraddha View Post
    In Microsoft Office Access 2007, why i cannot see Stored Procedure icon?
    please someone help me out
    i want to create Stored procedure in MS access 2007
    Access does NOT support Stored Procedures. Hence, there is no stored procedure icon.

    Stored Procedures are modules that reside within a SQL Server database that provide data manipulation written in T-SQL and that can be called directly or via a trigger on a SQL Server table.

    Access has Modules which are collections of procedures and functions that perform a function written in VBA, which, if needed, can manipulate data. The individual procedures are called on demand as the result of an event that occurs in the GUI and not when data is added to a table (Access 2010 excluded).

    There is a distinct difference.

    That being said, what are you trying to accomplish?

    Also, this forum is probably you're best support for Access support.

    http://social.msdn.microsoft.com/For...essdev/threads

  5. #5
    Join Date
    Aug 2010
    Posts
    10
    Access does NOT support Stored Procedures. Hence, there is no stored procedure icon.
    I guess you are saying something very wrong and I am also looking for the same answer:
    http://www.aspfree.com/c/a/Microsoft...Access-2007/2/

    I am trying to call a store procedure but my MS Access 2007 doesn't show the option in the Create Tab/ Other.

    I went to Access Options/ Customize/ Store Procedure Tools | Design Tab (that is in the scroll bar Choose commands from) but didn't find the place where to include this option. Any clue?

  6. #6
    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 suspect you will only see those options if you have opened an ADP, not if you've opened an MDB/ACCDB.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Replies: 3
    Last Post: 05-23-2010, 05:23 AM
  2. Replies: 0
    Last Post: 05-12-2010, 09:41 AM
  3. Passing variable values to Stored Procedure
    By rodrigopcnet in forum Access
    Replies: 1
    Last Post: 04-14-2010, 10:35 AM
  4. Replies: 0
    Last Post: 10-04-2009, 04:11 AM
  5. stored procedure return value to access form
    By rbw940 in forum Programming
    Replies: 0
    Last Post: 10-13-2008, 01: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