|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
ASP code to access query in MS Access
I am having a problem accessing data in a query in MS Access.
I have created a query, and the field heading is: members.firstname Using ASP, I have: Response.write ObjRS("Members.FirstName") I am getting an error: ADODB.Recordset error '800a0cc1' Item cannot be found in the collection corresponding to the requested Can anyone help? K |
|
#2
|
||||
|
||||
|
Try
Response.write ObjRS("FirstName")
__________________
David Francis Web Application Developer Air Force trained web designer since 1995 specializing in ASP/SQL online applications for business and organizations. Partnership with clients for long term and ongoing creation, hosting, marketing and website management. |
|
#3
|
|||
|
|||
|
Unfortunately, there are several fields called firstname, from different tables, in this query.
|
![]() |
| Viewing: ASP Free Forums > Other > ASP Free Lounge > ASP code to access query in MS Access |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|