|
-
Dec 9th, 2001, 03:20 PM
#1
Thread Starter
Hyperactive Member
how do i swap a data grid for a MS flex grid?
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
-
Dec 11th, 2001, 09:02 AM
#2
What errors are you getting?
-
Dec 11th, 2001, 04:53 PM
#3
Thread Starter
Hyperactive Member
all kindsa madness, dont worry tho, i fixed it up another way, thanks for your time all the same
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|