Match Records from One Database to Another

WILLIAM CONABLE conable.1 at osu.edu
Wed Jul 23 06:55:10 PDT 2008


Taking a slightly different approach from the good posts before me, I want to ask this: is there any strong reason why you don't want to have File B open every time you have File A open? Whenever I have a situation where information must be consistently posted from one file to another, I always make sure that any time I open the posting file, the post-to file is also open. This can be done by making a set, or with an .initialize procedure; you could also open the B file as part of your posting procedure, but in my experience this is a little more dicey. If for some reason you need to have the B file hidden, you can use OpenSecret.

Bill Conable

> >New Panorama User here:
> >
> >I have 2 files.  There is one common "Field" in both 
> files.  I 
> >manually enter the Field in File A.  How can i have File B 
> "lookup" >that field in File A everytime I open File B and 
> update so that all 
> >records are in both Files?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://provue.com/pipermail/qna/attachments/20080723/0bf4cb59/attachment.html 


More information about the Qna mailing list