I have a complicated form which starts with a single form called IFFertAppln
Then there is a subform FrmIFSFFertAppln
and then there is a Tab control which is on IFFertAppln.
Tab 1 holds a subform frmIfSfFertAppln1
When data in FrmIFSFFertAppln is updated I need frmIFSFFertAppln1 to update and am using the master and child CroppingNumber links to achieve this. However because the forms are not directly linked I have cobbled a link together.
In the "Link Master Fields" of frmIFSFFertAppln1 I have
and this works most of the time however sometimes on opening the form I get a message saying the CroppingNumber cannot be found however if I go into the form design and then back to the form it works again.
Is this code the correct format to use in a link Fields.
Sorry if this sound very complex.
Then there is a subform FrmIFSFFertAppln
and then there is a Tab control which is on IFFertAppln.
Tab 1 holds a subform frmIfSfFertAppln1
When data in FrmIFSFFertAppln is updated I need frmIFSFFertAppln1 to update and am using the master and child CroppingNumber links to achieve this. However because the forms are not directly linked I have cobbled a link together.
In the "Link Master Fields" of frmIFSFFertAppln1 I have
Code:
Forms!FrmIFFertAppln!FrmIFSFFertAppln.Form.CroppingNumber
Is this code the correct format to use in a link Fields.
Sorry if this sound very complex.