Hey All,
Just wondering if there is an easy way to link a grid on a form by
multiple ids in VFP 6? Whenever I Google on this I get too much
irrelevant results (I'm obviously not searching on the right thing)
As background right now we have companies and contacts at the company...
Contacts obviously tie to the company by an id. We also track
interactions with a contact or company. The way it was originally
designed you could enter, for example, a billing notice on the company
level and then hit a button to clean that down to all the contacts at
the company (it basically checks if interaction X is already present at
the contact level and then inserts it if it isn't)
What we'd like to do is instead create a single table and then display
in the grid on the contact form all interactions where EITHER the
contact id matches the contact id in the interaction OR the company id
matches the company id in the interaction.
We have considered just linking on the company id but for a variety of
business (non-technical) reasons that just won't work with our work flow.
Is there a relatively easy way to do this?
Thanks in advance...
Matt