I have a field named 'TransNo' in the MainForm. The subForm is in the Detail Section of the MainForm.
In the footer of the subForm I have another field called 'InvoiceID' and its Default Value is set to [Form]![subForm]![TransNo].
The problem is that, when I start filling the subForm with data, 'InvoiceID' remains blank for the first record. From the second record onwards everything is OK.
I have not managed to solve this problem, though I spent 3 hours trying all sorts of things.
Any hints to solve this irritating problem ?
Thanks
In the footer of the subForm I have another field called 'InvoiceID' and its Default Value is set to [Form]![subForm]![TransNo].
The problem is that, when I start filling the subForm with data, 'InvoiceID' remains blank for the first record. From the second record onwards everything is OK.
I have not managed to solve this problem, though I spent 3 hours trying all sorts of things.
Any hints to solve this irritating problem ?
Thanks