Rx_
Nothing In Moderation
- Local time
- Today, 15:38
- Joined
- Oct 22, 2009
- Messages
- 2,803
The unbound Parent form has a listbox (SQL Server) , the selection updates the SubForm with a primary key ID.
The Subform is a ReadOnly view from an Oracle Linked table. It populates with a Select * From Oracleview where ID = listboxID
The code is at the link shown below
update: The subform uses textboxes linked to the read-only record.
The main form can populate, no problem. However the SubForm data source is either populated OR is Null.
If it is Null, the subform stays blank.
Two Objectives:
1. Set a boolean variable flag in the parent (main form) that subform record exist or that it is null. e.g. Parent obtain recordset count property from Sub form
2. Display the subform with blanks.
http://www.access-programmers.co.uk/forums/showthread.php?t=279791
The Subform is a ReadOnly view from an Oracle Linked table. It populates with a Select * From Oracleview where ID = listboxID
The code is at the link shown below
update: The subform uses textboxes linked to the read-only record.
The main form can populate, no problem. However the SubForm data source is either populated OR is Null.
If it is Null, the subform stays blank.
Two Objectives:
1. Set a boolean variable flag in the parent (main form) that subform record exist or that it is null. e.g. Parent obtain recordset count property from Sub form
2. Display the subform with blanks.
http://www.access-programmers.co.uk/forums/showthread.php?t=279791
Last edited: