Newbies Jon Posted March 16, 2001 Newbies Posted March 16, 2001 I'd like to compare the database here in the office to the database that I allow web users to modify and script it so that I can see what files have been deleted by web users, any ideas?
LiveOak Posted March 17, 2001 Posted March 17, 2001 Web users shouldn't be able to delete FM files. If you mean "records" instead, relate the two files by a sequential, auto entered record ID. In the related (web) file create a field called Constant (calculation, number) = 1. View this related field from the non-Web file and do a find for Relationship::Constant = 0 (or Relationship::Constant = 1 and omit). This will diplay the records in the non-web file which don't have corresponding records in the web file. -bd
Recommended Posts
This topic is 8907 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