Lifeseeker
Registered User.
- Local time
- Yesterday, 20:14
- Joined
- Mar 18, 2011
- Messages
- 273
Hi,
There are 3 subforms on my mainform in where users do updates. All the subforms are referenced by the Pk on the main form.
There is another unbound textbox on the main form that simply reminds users the PK they last updated on the main form, and it works great.
The code is: Me.Text91.DefaultValue = """" & Me.Fee_Num.Value & """"
where text91 is the unbound textbox.
Now I"m trying to add that reminder capability on the subform. So...if any subform has been updated(values added, values updated), I want the same unbound textbox to show the PK.
How should I reflect this? Is there an afterupdate event for the subform?
comment/help much appreciated
There are 3 subforms on my mainform in where users do updates. All the subforms are referenced by the Pk on the main form.
There is another unbound textbox on the main form that simply reminds users the PK they last updated on the main form, and it works great.
The code is: Me.Text91.DefaultValue = """" & Me.Fee_Num.Value & """"
where text91 is the unbound textbox.
Now I"m trying to add that reminder capability on the subform. So...if any subform has been updated(values added, values updated), I want the same unbound textbox to show the PK.
How should I reflect this? Is there an afterupdate event for the subform?
comment/help much appreciated