Ok, I have a form and a subform. The form shows a document with it's pertinent information. The subform has some of the same fields as the form and shows where the document was sent.
The main form fields are:
Number, Type, Title, Version, EffectiveDate, Status, Owner, Reference, ChangeRequestNo , Comments
The subform fields are:
DDL_ID, Type, Number, Version, DocCtrlNo, Location, Returned, ChangeRequestNo
I know it is redundant to have some of the same fields but long story short, it's the easy way round. So, through the wizard that pops up when you add the subform to the main form I was able to specifiy that the Type, Number and Version should be the same in both the form and subform. How do I get it to also update the ChangeRequestNo ? So, if the ChangeRequestNo is updated in the main form it will show up in the subform. I'm driving myself sideways trying to work out what is probably a very simple thing.
Many thanks,
PotatoChip.
The main form fields are:
Number, Type, Title, Version, EffectiveDate, Status, Owner, Reference, ChangeRequestNo , Comments
The subform fields are:
DDL_ID, Type, Number, Version, DocCtrlNo, Location, Returned, ChangeRequestNo
I know it is redundant to have some of the same fields but long story short, it's the easy way round. So, through the wizard that pops up when you add the subform to the main form I was able to specifiy that the Type, Number and Version should be the same in both the form and subform. How do I get it to also update the ChangeRequestNo ? So, if the ChangeRequestNo is updated in the main form it will show up in the subform. I'm driving myself sideways trying to work out what is probably a very simple thing.
Many thanks,
PotatoChip.
Comment