R
riyaz.mansoor
Hi.
* Have a form which is backed by a ADODB.Recordset.
* Form does not have all the required fields
* Hence I need to programmatically add those fields just before
the Recordset NewRecord is inserted
* Form methods BeforeUpdate when called, the Recordset is still NOT in
AddNew state
* Hence I can't find a place where I CAN insert the fields that
are NOT on the form into the Recordset
* CONSTRAINT: Invisible fields do work, but is not an option - thats
just how it is!
* NOTE: all other CRUD operations are fine.
So is this doable?
Riyaz
* Have a form which is backed by a ADODB.Recordset.
* Form does not have all the required fields
* Hence I need to programmatically add those fields just before
the Recordset NewRecord is inserted
* Form methods BeforeUpdate when called, the Recordset is still NOT in
AddNew state
* Hence I can't find a place where I CAN insert the fields that
are NOT on the form into the Recordset
* CONSTRAINT: Invisible fields do work, but is not an option - thats
just how it is!
* NOTE: all other CRUD operations are fine.
So is this doable?
Riyaz