Does anyone know how to add a new field to an existing/ open recordset?
My current code can bind controls to an open recordset whereby the field name is the control name. When I want to add a new control to a form, and therefore add a new field to an existing recordset - this is not allowed...
for example 'rs.Fields.Append CtlRef, 8, 255' doesn’t work after the recordset has been initialised and loaded with data.
Thanks for your help...
My current code can bind controls to an open recordset whereby the field name is the control name. When I want to add a new control to a form, and therefore add a new field to an existing recordset - this is not allowed...
for example 'rs.Fields.Append CtlRef, 8, 255' doesn’t work after the recordset has been initialised and loaded with data.
Thanks for your help...