|
-
May 18th, 2000, 10:37 PM
#1
Thread Starter
Lively Member
-
May 19th, 2000, 01:25 PM
#2
You do it from the recordset to return the field.
ADO!PtId=43
would set the PtId field to 43 in the ADO recordset
Or x=ADO!PtId would make x equal the field value
Using a data environment it would look like:
dataE.tblPatients!PtId=43
And so on and so forth hopefully that will help you
You can also use:
Msgbox Data1.Recordset("PtId")
To get the value
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
|