Hi everyone,
I'm having problems with displaying the records from a recordset that I've binded to a form.
I set the recordset to the form using:
Me.RecordSet= RS
( RS is an ADODB.Recordset )
( Event is a button_click )
This works perfect, I've got the recordset and attached.
The form then displays the exact number of rowselectors that are in the recordset but no fields or content are shown in my datasheet.
How can I display the content of the fields and the available fields in the recordset.
Can someone help me please ?
Jurgen
I'm having problems with displaying the records from a recordset that I've binded to a form.
I set the recordset to the form using:
Me.RecordSet= RS
( RS is an ADODB.Recordset )
( Event is a button_click )
This works perfect, I've got the recordset and attached.
The form then displays the exact number of rowselectors that are in the recordset but no fields or content are shown in my datasheet.
How can I display the content of the fields and the available fields in the recordset.
Can someone help me please ?
Jurgen