|
-
Mar 27th, 2000, 10:08 PM
#1
Thread Starter
Lively Member
Ok I simply now need to assign these textboxes to a new ado when a datagrid gets focus IN CODE. I cannot get the syntax right, anyone have a example.
IE: Datagrid2_gotfocus
txt1.text = (adodc3 and hooks to the CusName Datafield)
Whats the Syntax??? Danke!
-
Mar 27th, 2000, 10:12 PM
#2
Lively Member
Are you wanting to access a recordset that you already have open?
-
Mar 28th, 2000, 12:01 AM
#3
Thread Starter
Lively Member
-
Mar 28th, 2000, 12:05 AM
#4
Lively Member
txt.text = rs.Fields("CusName").Value
rs is the name of the recordset that you have open.
-
Mar 28th, 2000, 12:09 AM
#5
Lively Member
Also check out the ADO data control in the MSDN. Under the ADO data control there is a recordset property. This may be what you were asking for. Sorry for taking you the long route if it was.
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
|