Hi all,
I have a form, LsEdit, containing a WinLikely field (a number). LsEdit contains a datasheetview subform (continuous) containing 'x' number of fields, ConDet, each of which has a field percChance. These are linked by a one-to-many relationship on RefNum.
I want to update all 'x' number of fields in ConDet subform with the value of WinLikely in the LsEdit form.
In summary:
LsEdit (one); fields: RefNum, WinLikely
ConDet (many); fields: RefNum, percChance
When WinLikely is updated, I want percChance to take the new value of WinLikely for ALL records in that subform.
Currently I can only get it to update the first record.
Thank you for your time
I have a form, LsEdit, containing a WinLikely field (a number). LsEdit contains a datasheetview subform (continuous) containing 'x' number of fields, ConDet, each of which has a field percChance. These are linked by a one-to-many relationship on RefNum.
I want to update all 'x' number of fields in ConDet subform with the value of WinLikely in the LsEdit form.
In summary:
LsEdit (one); fields: RefNum, WinLikely
ConDet (many); fields: RefNum, percChance
When WinLikely is updated, I want percChance to take the new value of WinLikely for ALL records in that subform.
Currently I can only get it to update the first record.
Thank you for your time