Alan H Posted April 11, 2004 Posted April 11, 2004 Any insight on the fastest way to copy (some of) the fields from one table to another? I have the need to create a table with the same data as another table's found set, within the same file. You might think that the "import" function would work, but it doesn't seem to support the idea of importing from the same file. Of course, I can just write loops in a script, but ugh, that's slow. FileMaker Version: Dev 7 Platform: Mac OS X Jaguar
Yiannis Posted April 11, 2004 Posted April 11, 2004 I dont beleive FM7 it is the first database tool that can not copy or duplicate a table!!! You must purchase some other tools with a cost between 100$-195$. Incredible...
jasonwood Posted April 11, 2004 Posted April 11, 2004 Sounds like you just want to copy the data, and not the table definitions. If so, just export as a text file and then import.
Chuck Posted April 13, 2004 Posted April 13, 2004 Check out FMRobot from New Millennium. I haven't tried it, but it's supposed to do what you want. Chuck
mattlight Posted April 13, 2004 Posted April 13, 2004 If you quit the Filemaker program, make a physical copy of the database file and name it as copy, then open original - then import from the COPY, then you're not copying from the same file. that's got to work unless I'm really missing something here lol
Yiannis Posted April 13, 2004 Posted April 13, 2004 lol it seems that your paradigm doesn't work... Any other free cost solution? Yiannis
Alan H Posted April 17, 2004 Author Posted April 17, 2004 Thanks to all, I finally realized that the way to solve my problem is to IMPORT the data, not export it. What I want to do is Export [selected records of] field 1 of Table A to Table B Export [selected records of] field 2 of Table A to Table C Create new records based on combinations (actually an outer join) of records from B and C Right now I am using a loop to accomplish the first two steps, but I could create external FMP files each with scripts that delete all records and import from Table A and call these external scripts from the file with Table A. Lacking an outer join operation, I need to do step three with two nested loops in any event. Thanks for the feedback. FileMaker Version: Dev 7 Platform: Mac OS X Jaguar
Recommended Posts
This topic is 7786 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