G
Guest
Hi, everyone!
I have a subform that I use to demonstrate how a picture will appear as a
form background (centered, tiled, etc.) On the main form, I have controls
that allow the user to browse & select a new picture, set the starting
position, and tile or not tile. The code I have works fine in accomplishing
this.
The problem is that I want to make the user's changes permanent so that the
next time the form is opened their last selection will appear. I tried the
normal "DoCmd.Save". It didn't work. I also tried saving the subform itself
with
DoCmd.Save acForm, [subform name]
but Access kicks an error saying that the form is not open.
How can I get the new subform properties to save?
Thanks,
Bruce
I have a subform that I use to demonstrate how a picture will appear as a
form background (centered, tiled, etc.) On the main form, I have controls
that allow the user to browse & select a new picture, set the starting
position, and tile or not tile. The code I have works fine in accomplishing
this.
The problem is that I want to make the user's changes permanent so that the
next time the form is opened their last selection will appear. I tried the
normal "DoCmd.Save". It didn't work. I also tried saving the subform itself
with
DoCmd.Save acForm, [subform name]
but Access kicks an error saying that the form is not open.
How can I get the new subform properties to save?
Thanks,
Bruce