jhomer Posted February 16, 2005 Posted February 16, 2005 I have a DB which we use for attendance absences. I am writing a simple script for a report to find records where the creation date and the modification date differ. Both Fields are set to auto enter the date and are unmodifiable. For some reason FM will not allow me to compare these two fields. Am I just missing something? again any help would be appreciated.
RalphL Posted February 16, 2005 Posted February 16, 2005 Make a number calcualtion field Creation Date = Modification Date. It will return a 1 if they match and a 0 if the don't. Do your find on this field. Or you could do it with a relationship Creation Date <> Modification Date. Go to related record Show will also give you the records where the dates differ.
comment Posted February 16, 2005 Posted February 16, 2005 Creation Date <> Modification Date One record's Creation Date could match another record's Modification Date. Better add to that: AND RecordID = RecordID
Recommended Posts
This topic is 7483 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now