Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why isnt this woking?

Status
Not open for further replies.

briggsy79

Programmer
Feb 23, 2001
68
SE
i am trying to show only a single record in a datareport, it isnt working. i do this (scopio66 suggested it):

Dim nRS As Recordset
Dim b As Variant
b = adoRecords.Bookmark
Set nRS = adoRecords.Clone
nRS.Filter = Array(b)

But when i set the datasource to nRS, i still get the entire database in the datareport.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top