Hello,

I've got an example database with n:m relationship, split into this tables:

Kurse
  KursID (primary)
  Thema
  Dozent

Teilnehmer
  KdID (primary)
  Name
  Geburtsdatum
  Vorname
  weiblich

wer_was
  wer (compound primary; reference to Teilnehmer.KdID)
  was (compound primary; reference to Kurse.KursID)

I create a form "Belegung mit Kontrolle" with list fields for "wer" and "was" and subforms, which show the referenced record from table "Teilnehmer" respectively from table "Kurse". With this form I can see the referenced records for all already existing entries in table "wer_was". But if I want to enter a new record into "wer_was" and select items from the lists, the referenced records are not shown.

Not implemented? Bug? How can I retrieve a form, where I can see the references records for new pairs in "wer_was"?

You can get the example database from
http://www.rhenschel.homepage.t-online.de/KurssystemBeispiel.odb

kind regards
Regina

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to