hello

i had a datagrid and an adodc, but i want to change it so it uses a ms flex grid and a data control

i have this code:

selectS = CurrentTest.Code
selectS = "SELECT * FROM Results WHERE Code = " + selectS
adoResp.ConnectionString
= "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security
Info=False;Data Source=H:\MAP Project\
OOapproach\Respiration_Testing.mdb"
adoResp.RecordSource = selectS
Set dbgResp.DataSource = adoResp

this works for the old two, but when i change it into the new ones, i get some errors, can someone tell me how u do it with the other ones?

thanks
Ang