datareport error
im using a datareport to display records. but it is not properly working. it is only showing the first record. for eg: the table has three records with id 1,2,3 and the error is it is only displaying first record three times
Rec.MoveFirst
set CDetails.DataSource = Rec
CDetails.Sections("section6").Controls("txtNam").C aption = Rec("candid").Value
CDetails.Show
|