Hi
I have a form with a subform and i am trying to duplicate everything to a new record. the Subform relates to a different table to the record details from the parent form. I am trying to use the code from Microsoft support http://support.microsoft.com/?kbid=208824 but i get the following error on the append query.
"The INSERT INTO statement contains the following unknown field name: '[Forms]![Job Details].[Tag]'. Make sure you have typed the name correctly and try the operation again."
Job Details is the name of the parent form which i am trying to duplicate.
can anyone point me to where i am going wrong and how to fix this?
thanks
Hamm