How does MS Access address the issue of stored procedures?
anonymous
2008-02-14 18:13:30 UTC
How does MS Access address the issue of stored procedures?
Four answers:
iqbal
2008-02-14 20:42:54 UTC
Hi,
When u open a Database in MS-Access, then there is a pan on the left hand side. The very first item on the pan is Table, next is Query and so on.
In the same list is Module.
U click on module then it will allow u to add a module to ur database.
When u open a module it will allow u to add a Procedure. Using "Insert" in Main Menu.
Then u can write ur code in the procedure and manipulate ur data in MS-Access tables.
U can add many procedures in a module. All these procedures are saved with the same database.
When u click an object (e.g., Text Box or Check Box etc.) on a form then a code window opens u can type ur code over there also for the particular event of the object.
This code is also stored with the database.
terri
2008-02-14 19:29:51 UTC
in addition to storing queries you can write macros, which can run a sequence of procedures such as running queries, importing or exporting data and so forth. also you can create modules which i believe can either be functions called by queries or programs that call queries.
whittenberg
2016-10-25 01:22:53 UTC
the first answer is robust, they gave you a fish. Now i will teach you a thanks to fish so that you're fed for a life-time. in the question section decide on New question, Use the wizards to create a go-tab question. Presto! you'll see another astounding wizards there that i'm positive will are available accessible some day.
J J
2008-02-14 18:21:25 UTC
You create queries and those are you stored procedures..