i have a front end, and a back end. I wish to compile and create an mde of the front end. However, i have one form and 4 reports that i modify with code on the fly. I know that in the mde, i can't modify the objects with code but if the mde code copies and modifies the form and reports that exist in the back end, will that work? If so, how do i reference them in the back end?
Here's what i do now to the form in the front end.
docmd.copyobject , "TheNewFormName", acForm, "TheFormName"
docmd.openform , "TheNewFormName", acDesign, , , acFormReadOnly
docmd.save acForm, "TheNewFormName"
Here's what i do now to the form in the front end.
docmd.copyobject , "TheNewFormName", acForm, "TheFormName"
docmd.openform , "TheNewFormName", acDesign, , , acFormReadOnly
docmd.save acForm, "TheNewFormName"