Only the first entry is showing for a field

  • Thread starter Thread starter Gary Smith
  • Start date Start date
G

Gary Smith

Hello--

I have a report wherein every record in the underlying
recordset contains a value for a particular Field (text
type). It so happens that there are only two different
values in that field so far (though there's no
restriction: it can be anything, or null). They
are: "N/A", and "5 days after kit is returned".

The odd thing is that only the very first instance of each
value is showing up in the report. All the subsequent
records have a blank in that field.

Why is that? Why are the subsequent instances dropping
out? You can still see them in datasheet view, just not in
the report.

As always, any possible assistance that may forthcoming:
much appreciated.

--Gary
 
Check the Hide Duplicates property of the textbox. It is on the Format tab
of the Properties sheet.
 
Wayne--

You, sir, are a genius! I would have thought of that, but
it probably would have taken about a million years...

--Gary
 
Back
Top