|
-
Aug 12th, 2005, 05:31 AM
#1
Thread Starter
Junior Member
Data Report Problem
I am unable to show the recordset in datareport
Set DataReport1.DataSource = rs
With DataReport1.Sections(3).Controls("Text1").DataField = rs("qt1")
End With
DataReport1.Refresh
it gives error "Item cannot be found in the collection corresponding to the requested name or ordinal"
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
|