I have a Mainform (one) with a Subform (many). The recordsource for each is an SQL statement to an Oracle database.
Each field is then set to the rs("field).value.
The Mainform works fine. The Subform does update the fields consistently.
Can anyone tell me how to correctly set the recordsource and linkparent/linkchild fields. This does not appear to be the same with an SQL recordset. The tables from Oracle can not be linked into the database (management decision).
Any assistance would be greatly appreciated.
Thank you!!
Each field is then set to the rs("field).value.
The Mainform works fine. The Subform does update the fields consistently.
Can anyone tell me how to correctly set the recordsource and linkparent/linkchild fields. This does not appear to be the same with an SQL recordset. The tables from Oracle can not be linked into the database (management decision).
Any assistance would be greatly appreciated.
Thank you!!