problem with subform

N

Nuno Camarinhas

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.

Fiz tabela de PROJECTOS; tabela de INTERVENIENTES; e tabela de PARTICIPAÇÃO
(que faz a ligação ID_PROJECTO com ID_INTERVENIENTE) para saber que
determinado gajo entra no projecto x e que o projecto x tem a ntervenção do
gajo y. Até aqui tudo bem. 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

Quero ter dois formulários:
Um de PROJECTOS que tem um subform com os gajos que entram no projecto e que
permita inserir novas fichas de novos gajos. Funciona.

Outro de INTERVENIENTES que me diga em que projectos cada tipo entra.
Resultado: um subform fechado que não permite acrescentar ou apagar registos.

Acho que sei porque isto resulta: enquanto o subform de PROJECTOS usa
informação simples que provem toda do campo PARTICIPAÇÃO; o subform de
INTERVENIENTES precisa de combinar dados provenientes de PARTICIPAÇÃO e de
PROJECTOS. É o facto de combinar dados de tabelas diferentes que faz com o
resultado seja uma conjunto de registos não editáveis.
 
C

Chris2

message
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.

Thanks in advance,
Nuno

Please try posting the same message to microsoft.public.access.forms.

The people who hang out there may be better equipped to help you with
forms questions.


Sincerely,

Chris O.
 

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