>I am using the following code in a button on the form to clone a record in
>the subform.
[quoted text clipped - 12 lines]
>subform. I appreciate it can't be that difficult but not too sure how to
>change the first line.
Change any of these:
Me![Employee subform].Form
to just
Me
So Me![Employee subform].Form![EmployeeID] would become Me![EmployeeID]
>thanks
Scott McDaniel
scott@takemeout_infotrakker.com
www.infotrakker.com
scubadiver - 30 Apr 2007 11:42 GMT
thanks for the clarification. Its the first line I'm not sure about.
"With Me![Employee subform].Form.RecordsetClone"
> >I am using the following code in a button on the form to clone a record in
> >the subform.
[quoted text clipped - 28 lines]
> scott@takemeout_infotrakker.com
> www.infotrakker.com
Scott McDaniel - 30 Apr 2007 12:08 GMT
>thanks for the clarification. Its the first line I'm not sure about.
>
>"With Me![Employee subform].Form.RecordsetClone"
That should be Me.RecordsetClone
Scott McDaniel
scott@takemeout_infotrakker.com
www.infotrakker.com
scubadiver - 30 Apr 2007 13:26 GMT
What I had intended isn't quite working. I will put it in a new message.
> >thanks for the clarification. Its the first line I'm not sure about.
> >
[quoted text clipped - 5 lines]
> scott@takemeout_infotrakker.com
> www.infotrakker.com
scubadiver - 30 Apr 2007 13:30 GMT
I won't start a new message. I think my problem can be solved a bit more
easily.
Thanks for the heads up.
> >thanks for the clarification. Its the first line I'm not sure about.
> >
[quoted text clipped - 5 lines]
> scott@takemeout_infotrakker.com
> www.infotrakker.com