R
Ruben Lysemose
Hi guys
Does anybody know how to 1) save a programmatically
created form -
dim frm as form
set frm = CreateForm()
- with 2) a specific name ?
1. When I use the DoCmd.Save or DoCmd.Close I encounter an
error 29068 (something like "Access cannot complete this
action. Stop the code and try again" - freely translated
from Danish)
2. When I try to set the name prop. of the form I'm told
it is read-only.
I have users designing survey-forms by entering the
questions in a db. From those questions I genererate a
suitable form for use in the a survey. The problem is not
generating the form but saving with a given name, so my
app can find it again.
Thanks!
Ruben Lysemose
Does anybody know how to 1) save a programmatically
created form -
dim frm as form
set frm = CreateForm()
- with 2) a specific name ?
1. When I use the DoCmd.Save or DoCmd.Close I encounter an
error 29068 (something like "Access cannot complete this
action. Stop the code and try again" - freely translated
from Danish)
2. When I try to set the name prop. of the form I'm told
it is read-only.
I have users designing survey-forms by entering the
questions in a db. From those questions I genererate a
suitable form for use in the a survey. The problem is not
generating the form but saving with a given name, so my
app can find it again.
Thanks!
Ruben Lysemose