I have a form with a TextBox and an ADO Data Control; the TextBox has the
ADODC as its DataSource, and one of the Tables of the DB the ADODC is
connected to as its DataField.

In the Form_Load event I use the TextBox1.DataSource.Recordset.Name
property, and this causes the VB shell to crash, saying that I encountered a
fatal address violation error in MSADODC.OCX.

If I try to spot the same property using the Local window, I get a "No
variables" for the TextBox1.DataSource.Recordset property. Using the Watches
window, I get an "Expression not defined in context" result.

I have the SP6 of Visual Studio installed on my Windows XP machine.

Can anyone please help me?