understanding of Module?

Sangpo

Registered User.
Local time
Today, 20:33
Joined
Jul 7, 2012
Messages
35
Dear all,

I love to work with Ms access. and learning it by myself since last 1 and half years. I am leaning from internet and by looking at other's simple database sample. I have googled manytimes to learn how to use Modulle . i mean what is the atvantage of using module. Therefore , Ill be grateful if anyone who can help me to understand about usage of module. Giving simple example would help me to understand.
With regards
Thank you.
Sangpo
 
A Module is a Code procedure that can be called and used from anywhere in your DB.

This means that if you have a complex procedure that yo will need to use any number of time in your DB, yo build your Module, and then rather than re-type the code every time you need to use it you simple call the code by referring to it with a single line of code whenever it is required.

This link should give you further explanation, samples and tutorials.
 
Dear John Sir,

Thank you for your prompt response. I am exploring the link. Now i understood advantage or concept of using module which it would basically reduce repeating of action or code
Further I would appreciate you, if you could list down/provide me the list of what kind of actions the codes "written in module execute" ( the list i mean is, that. suppose I have code s in module for saving data into table through form1. So will the data can be save into same table using form2, form3 etc.)

Thank you La
.

.
 

Users who are viewing this thread

Back
Top Bottom