I'm using Microsoft's AutoFillNewRecord function found here http://support.microsoft.com/kb/210236 that you may already be familiar with.
The problem is that I get a type mismatch error when using it with sub forms.
My main form is "Products" and I want it to use the function within a subform called "Transactions".
I've tried various syntax but nothing works! The last I've tried is =AutoFillNewRecord(Forms!frmProducts!frmTransactions) in the OnCurrent property of the main form "Products".
Can anyone help?
Thanks, in advance, for any help offered.
The problem is that I get a type mismatch error when using it with sub forms.
My main form is "Products" and I want it to use the function within a subform called "Transactions".
I've tried various syntax but nothing works! The last I've tried is =AutoFillNewRecord(Forms!frmProducts!frmTransactions) in the OnCurrent property of the main form "Products".
Can anyone help?
Thanks, in advance, for any help offered.