Newbies keithstone Posted November 17, 2002 Newbies Posted November 17, 2002 I want to write data from a record out to another file before the record is updated so that I can track the update history of the record. I can't seem to find a way to do that in FileMaker. In SQL databases like SQL Server, it's easy: just an INSERT TABLE statement. In FileMaker, it looks like the best I can hope for is to write out the single record to an exported file, then at some point, import the record into the "history" file. Maybe there's a more straightforward way to do this?
Newbies Kericomp Posted November 18, 2002 Newbies Posted November 18, 2002 The only method I have found is as you suggest - export data from file1 - run a script in file2 that imports the data It's the easiest method and doesn't involve to much processing.
Recommended Posts
This topic is 8045 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