W
Will
When designing Access forms, I like to experiment with variations on a given
layout. However, it can get old doing 'file/save as' again and again.
Oftentimes it would be convenient to be able to specify the form and the
number of copies that I would like and then have them created in a flash.
As such, what I am looking for is...
Have a macro or VB code that;
Prompts for the name of a form - then
Prompts for the number of copies to make - then
Creates x number of copies of the named form labled;
formname 1
formname 2
formname 3
and so forth.
Thanks,
Will
layout. However, it can get old doing 'file/save as' again and again.
Oftentimes it would be convenient to be able to specify the form and the
number of copies that I would like and then have them created in a flash.
As such, what I am looking for is...
Have a macro or VB code that;
Prompts for the name of a form - then
Prompts for the number of copies to make - then
Creates x number of copies of the named form labled;
formname 1
formname 2
formname 3
and so forth.
Thanks,
Will