Datasheet
RAIS 3.0 Programmer’s Guide – Part I : Advanced Customization
50
3.4 Copying modules
Copying modules from the Front-End into the Creator is most easily achieved by a simple
Drag-and-Drop operation from the Front-End into the Creator. If the module to be copied
already exists in the Creator, MS Access will ask for a new name. This may easily be avoided
by first deleting the module to be copied from the creator, as a new module from the Front-
End is going to supersede that very module.
Please note that both Front-End and Creator need be opened in design mode in order to
execute Drag-and-Drop operations. Also note that no renaming of destination objects is
required when copying modules, RAIS does not use any template modules.
Modify the RAIS 3.0 Creator for the new custom module to be created upon the next creation
run:
• Locate the function [Public Sub ModuleCreate] in the module [RAIS Module Creator
Functions]
• Include a line DoCmd.CopyObject d, "destination module", acModule, "source
module"
• Save the module










