Please provide some sample data with table and field names. Then provide how
you would expect these to appear in your report.

Signature
Duane Hookom
MS Access MVP
I have these two tables:
TblInstrument:
InstrumentID,Location,Description,FileNo,CalInt,CalType
TblCalibrations:
LastCalDate,NextCalDate,TechName,Comments.
I also created a form showing by Instrument with a subform for the
calibrations.
What I want my report to show to the user is the "NextCalDate"by month,
InstrumentID, Location and Comments, but only the last date entered in the
field "NExtCalDate". So when I run my report, it is exactly the way I want it
to show, but instead of showing me the last date entered in "NextCalDate" for
each record, it gives me all of the dates entered in "NextCalDate" .Does it
make sense?
> Please provide some sample data with table and field names. Then provide how
> you would expect these to appear in your report.
[quoted text clipped - 14 lines]
> >
> > Thanks!
Duane Hookom - 23 Sep 2005 03:33 GMT
Select field from a table containing both tables. Make this into a totals
query and group by the field in tblInstrument and set NextCalDate to Max?

Signature
Duane Hookom
MS Access MVP
>I have these two tables:
> TblInstrument:
[quoted text clipped - 41 lines]
>> >
>> > Thanks!