vjeshemv2000 0 Newbie Poster

hai all,

i have a doubt in Datareport creation. i explian with an eg.

i have a database named evaluation and it contains the following fields
Slno, Fname,Scode,Batch,Emark1,Emark2,Avg. the following sample records are in the table


1 ram CMA B1 5 4 4.5
2 Sreedhar QNM B1 4 4 4
3 ram CMA B1 4 3 3.5
4 Sreedhar QNM B1 3 5 4

i have also a form which contain a combobox contain the all the faculty name in the database. as per the eg

ram and sreedhar.

my requirement is when i select any one of the faculty the report should display as shown below
(Let us assume i selceted the faculty as ram)

Faculty Evaluation of ram

slno Subject Batch Mark1 Mark2 Avg
1 CMA B1 5 4 4.5
3 CMA B1 4 3 3.5

but i got the answer as

Faculty Evaluation of

slno Subject Batch Mark1 Mark2 Avg
1 CMA B1 5 4 4.5
3 CMA B1 4 3 3.5

is there any possiblity to add or insert a datamember in the report header section of the datareport?.

if ys pls tell me

i hope u understand the problm