problem with subform

N

Nuno Camarinhas

Sorry for the previous post - it had two post mixed up...

I have a database on Projects. I have PROJECTS that can have many
participants, and PERSONS that participate in many PROJECTS.
Therefor, I created:
- a PROJECTS table;
- a PERSONS table;
- a PARTICIPATION table that relates PROJECT_ID with PERSONS_ID hence
identifying who enters which project and what projects one has been to.

I want to have a PROJECTS form with a subform that shows the PERSONS
involved. It shoul allow me to enter new persons involved. I've done that it
is working fine.

I also want a PERSONs form with a subform that shows me in which projects
has he worked.

As for the PROJECTS form, this should also allow
me to enter new information on the subform. But here it doesn't work. What I
get is a closed subform that doesn't allow any addition or editing of
information. I think it's because here, I have to use a combination of
information that comes from the PARTICIPATION table as well as from the
PROJECTS table (information on the date for example).

Can anyone give me some advice or tips on how t deal with this problem.

Thanks in advance,
Nuno
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top