View Full Version : Training


aamm
09-11-2007, 06:33 AM
I'm new with Modules and VB . Any one can explain to me how Modules and VB can ‎help me with the access database

Guus2005
09-11-2007, 07:34 AM
Stolen from the kkilfoil signature:

Rule of Thumb:
TABLES - Store the data. Don't make your users work directly in tables.
QUERIES - manipulates data into information
FORMS - presents all information to the user and allows data entry
REPORTS - makes hardcopy of the information
MODULES - stores code for things that you cannot do using queries