Slobey Posted June 23, 2005 Posted June 23, 2005 Hi gang, I have a solution that has a Job table, a job line item table, a quote table and a quote line item table. Originally I did not have the quotes separated but had a status field that showed open or quote. My users couldn't be trusted to use them properly (don't ask), so I am separating them. The problem I have is that when a quote (that has already been entered into the Quote and Quote Line item table)is approved, I want to create a job record for it. It was simple enough creating a Job record with all the info. the line items are giving me trouble. I can do a loop setting each field separately but with some of these jobs with hundreds of line items, it can slow down considerably. I wanted to do an import, but can't seem to get it to only import the found set. I looked into copy all records but don't know how to paste into more than one field. Any suggestions would be greatly appreciated. It is driving me nuts.
sbg2 Posted June 23, 2005 Posted June 23, 2005 I ran across a similar situation except I needed to import more than 1 Rep for each order. If you visit the attached thread my last post has a link to my soultion for "auto-entering" more than one record. http://www.fmforums.com/threads/showflat.php?Cat=0&Number=164087&an=0&page=0#164087
Slobey Posted June 23, 2005 Author Posted June 23, 2005 thanks for your reply, how do you import just a found set when all your tables are in the same file?
LaRetta Posted June 24, 2005 Posted June 24, 2005 Michael asked ... how do you import just a found set when all your tables are in the same file? Importing between tables is no different than importing between multiple files. Your layouts (which specify your table occurrences) are the key. Perform your find to isolate the records you wish to import FROM. Switch to a layout based upon a table you wish to import INTO. Select Import File and select the same file name (yeah seems wonky but you'll get used to it). When your import dialog opens be sure your Source (top left pop-up) points to the table occurrence of the layout holding your found set. LaRetta
Slobey Posted June 24, 2005 Author Posted June 24, 2005 Thanks Laretta, I thought I had done that but I used GTRR with a new window and I think maybe that screwed it up and imported the whole table. Anyway that worked like a charm thanks so much.
Recommended Posts
This topic is 7095 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