S
some Girl
I have a checkbox on my form.
When the checkbox is checked or unchecked, it opens
another form.
for this part, I've been using the
'DoCmd.OpenForm "SomeForm"' in the On Click Event.
When the New form opens, I would like to carry over
some of the fields that were entered on the current
record To help avoid having to enter it twice.
Can this be done? and how?
If it isn't a good idea or can't be done, please let me
know.
thank you.
When the checkbox is checked or unchecked, it opens
another form.
for this part, I've been using the
'DoCmd.OpenForm "SomeForm"' in the On Click Event.
When the New form opens, I would like to carry over
some of the fields that were entered on the current
record To help avoid having to enter it twice.
Can this be done? and how?
If it isn't a good idea or can't be done, please let me
know.
thank you.