Dear All,
I have a form with a DataGrid on it which points to an invisible ADO control on my form .The ADO control RecordSource property points, initially, to a blank table in my Access db but during the program execution I want to look at other tables in the original database. I have tried changing the ADO control's RecordSource property and then re-showing the form with the datagrid on it but the grid is still blank (from the first table). How do I get the datagrid to show the data from the second and any other tables ? ? ?
Thanks...
I have a form with a DataGrid on it which points to an invisible ADO control on my form .The ADO control RecordSource property points, initially, to a blank table in my Access db but during the program execution I want to look at other tables in the original database. I have tried changing the ADO control's RecordSource property and then re-showing the form with the datagrid on it but the grid is still blank (from the first table). How do I get the datagrid to show the data from the second and any other tables ? ? ?
Thanks...