I have a SQL 2000, 7 database with the following fields
TagName Char
Comment Char
Date Date/Time
Operator Char
The TagName field may have one tagname entered several times.
I want to build a crystal report which will:
I want to pull data from this database on an ongoing basis.
List all fields.
Index on Date, Tag.
List records with ONLY the latest, unique TagName.
Not sure how to do this?
Thanks,
Randy