I am managing a database containing more than 3,500 names. For each name, I have several activities that are linked to this contact (in total more than 38,000 records)
Consequently I created two datapages, one containing the names (Candidats) and indexed with an autonumber, the other one called Details and indexed with an integer. Those datapages have been put on two different pages on my website and work perfectly well. Neverthless when I try to retrieve the activities (contained in the Details datapage) for a specific name (Candidats), I get all activities for all names, not only the requested ones.
I created a specific view, including to 1 to many relationship existing between the tables. I tested with inner join, right or left, nothing works. I still get the whole Details report.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
rpatta63
I am managing a database containing more than 3,500 names. For each name, I have several activities that are linked to this contact (in total more than 38,000 records)
Consequently I created two datapages, one containing the names (Candidats) and indexed with an autonumber, the other one called Details and indexed with an integer. Those datapages have been put on two different pages on my website and work perfectly well. Neverthless when I try to retrieve the activities (contained in the Details datapage) for a specific name (Candidats), I get all activities for all names, not only the requested ones.
I created a specific view, including to 1 to many relationship existing between the tables. I tested with inner join, right or left, nothing works. I still get the whole Details report.
Can you please help?
Thanks in advance
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.