G
Georgios Liakopoulos
Hi everyone and thanks for reading
I am trying to set an access form's recordset on an ADODB.Recordset that
was fabricated from scratch. This means that I have appended the fields
I want and then I added some records. Finally, I am setting the form's
recordset property on this recordset but I get #Error in the form's
controls.
Offcourse, I confirm that the controlsource of each one of the controls
matches the corresponding field values of the recordset.
(If I set the form's recordset property on a recordset made from an
existing source (table or query) the form works fine)
Any ideas?
Thanks again
I am trying to set an access form's recordset on an ADODB.Recordset that
was fabricated from scratch. This means that I have appended the fields
I want and then I added some records. Finally, I am setting the form's
recordset property on this recordset but I get #Error in the form's
controls.
Offcourse, I confirm that the controlsource of each one of the controls
matches the corresponding field values of the recordset.
(If I set the form's recordset property on a recordset made from an
existing source (table or query) the form works fine)
Any ideas?
Thanks again