Rx_
Nothing In Moderation
- Local time
- Today, 08:15
- Joined
- Oct 22, 2009
- Messages
- 2,803
Question: As the unbound parent list box record selection is changed, I want the sub form to refresh.
Do I put code in the Subform Current Record event?
Master Form Name: frmsr_NewWellEntry
Unbound Listbox - when record selected the primary key populates txtNavWellID (unbound) on parent form
subform Container fsubsrNavSHLBHL Link Master Fields =Forms![frmsr_NewWellEntry].[txtNavWellID]
The read-only form in the subform Record Source is something like: select * from vsrNavigatorSHLBHL where Well_ID =90243
What would my best options be?
Key The Form used as the subform above will be re-used in multiple parent forms.
The parent form data is form SQL Server, the subform from Oracle.
Do I put code in the Subform Current Record event?
Master Form Name: frmsr_NewWellEntry
Unbound Listbox - when record selected the primary key populates txtNavWellID (unbound) on parent form
subform Container fsubsrNavSHLBHL Link Master Fields =Forms![frmsr_NewWellEntry].[txtNavWellID]
The read-only form in the subform Record Source is something like: select * from vsrNavigatorSHLBHL where Well_ID =90243
What would my best options be?
Key The Form used as the subform above will be re-used in multiple parent forms.
The parent form data is form SQL Server, the subform from Oracle.