G
Guest
I've just built a function that creates a form and populates it with text
boxes, based on the view or query that is passed as an argument. The only
thing I can't seem to do is to make it save the form with a predetermined
name.
I thought I could save the form to a new name if it was in Design View, but
it seems the CurrentView property is Read-Only, so that didn't work.
Will I have to code the routine to copy the form and delete the original?
Thanks!
boxes, based on the view or query that is passed as an argument. The only
thing I can't seem to do is to make it save the form with a predetermined
name.
I thought I could save the form to a new name if it was in Design View, but
it seems the CurrentView property is Read-Only, so that didn't work.
Will I have to code the routine to copy the form and delete the original?
Thanks!