integritycare
Technical User
Hi
Just have a minor issues with getting some data from a subform to the mainform.
The issue is that on the client form a single client can have many Contract No's. This data is found on the subform. There is a text field on both the forms [ContractNo]. The user needs to be able to just click on the subform control [ContractNo] and for it to insert that into the mainform control[ContratcNo] then the user can generate the invoice.
The code I have tried is this;
but just can not get it to work.
The Subform name is [form18] and the Mainform is [frmClient_Invoice]
Any help would be appreciated.
Integrity
Just have a minor issues with getting some data from a subform to the mainform.
The issue is that on the client form a single client can have many Contract No's. This data is found on the subform. There is a text field on both the forms [ContractNo]. The user needs to be able to just click on the subform control [ContractNo] and for it to insert that into the mainform control[ContratcNo] then the user can generate the invoice.
The code I have tried is this;
Code:
Parent.[ContractNo] = [Form18].[Form]![ContractNo]
The Subform name is [form18] and the Mainform is [frmClient_Invoice]
Any help would be appreciated.
Integrity