Ya, I knew you would say that....how does one PUSH data from layout1 to layout2?
Main Topics
Browse All TopicsI have a database with 2 layouts. Layout1 hold material master data (part #, description, rev, etc) and layout2 is for my mfg operators to enter materials they are working on.
When they enter the part number in layout2, a lookup is done to layout1, and it returns the correct description, revision, etc, and if it can't find the master data, it defaults to a message INVALID MATERIAL. This all works terriffic.
However, on the records that have INVALID MATERIAL on them, our engineering group notices these and then proceeds to enter the correct master data in layout1, but of course layout2 never gets updated to show the correct information. I did find that if I changed any field in layout2, and then changed it back, it did seem to "reread" the layout1 master data and fill in the INVALID MATERIAL fields with correct data. I was wondering if instead of doing this I could just put some kind of a REFRESH or REREAD button on the layout to do the same thing.
thx experts...BobR
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sorry, sounded a little preachy there, didn't I.
A couple of ideas come to mind, obviously a script would work, but that would require some additional effort by the user and you can't guarantee they would push the button.
This leaves you with a event trigger; when the user changes the value then fire a script. I forget, what version of FM are you using?
Business Accounts
Answer for Membership
by: North2AlaskaPosted on 2009-11-03 at 10:59:41ID: 25732222
BobR, we've talked about using relationships before and this is another reason.
You could "push" this new value to the other layout or you may consider doing a lookup from Layout1 to layout2. Be careful, as you could create a infinite loop.