willymac1507
New member
- Joined
- Nov 20, 2007
- Messages
- 2
- Programming Experience
- 1-3
I must be rubbish - I cannot get my DataGridView to populate with the contents of an ADODB dataset. So I tried a different tack, thought I'd use a parameterized query but can't work out how to assign the contents of a text box to the parameter. Can anyone help?
Basically, got an access database back end, and am connecting using an ADODB connection (works elsewhere in the app) to generate a recordset. I need to show this in a datagridview. The whole process is designed to show a set of records based on the text in a text box - ie if the user types an account number in the textbox and clicks the button, the datagrid will display all records attahced to that that account number. I am tearing my hair out here - please help!
Basically, got an access database back end, and am connecting using an ADODB connection (works elsewhere in the app) to generate a recordset. I need to show this in a datagridview. The whole process is designed to show a set of records based on the text in a text box - ie if the user types an account number in the textbox and clicks the button, the datagrid will display all records attahced to that that account number. I am tearing my hair out here - please help!