Recent content by PhonLing

  1. P

    Multiple many-to-many relationships with hierarchical data

    Scratch that. I think I've figured out what you meant and what is the appropriate way to go about this. I have the following base tables: tblLangInfo: LangID (PK) tblProcesses: ProcessID (PK) tblSegments: SegmentID (PK) I have the following join tables: tblLangSegmentJoin: LangSegmentID...
  2. P

    Multiple many-to-many relationships with hierarchical data

    Thank you for replying. Almost. I think perhaps I wasn't entirely clear. It's true that languages are related to processes, and that I want to relate the language dependent segment to a language dependent process. However, I specifically want to know whether said segment is a trigger or...
  3. P

    Multiple many-to-many relationships with hierarchical data

    I'm building a database about languages and the segments (sounds) they contain. So far it's a many-to-many relationship between languages and segments, and I've set it up as follows. tblLangInfo: LangID (PK), language name, language family, etc. tblSegments: SegmentID (PK), Segment -- this...
  4. P

    Hello!

    It's Wiley.
  5. P

    Hello!

    Hi everyone, I'm new here, and rather new to Access. My summer reading is normally more imaginative, but this summer I've been working through the "Microsoft Access 2013 Bible"... I'm using Access to build a database for my dissertation in linguistics (phonology/phonetics, specifically)...
  6. P

    check boxes to enter and delete records

    First off, thanks to both of you for this very useful thread. I'm trying to do pretty much the same thing, and have based my code on this discussion. Nevertheless, I can't seem to get it to work entirely. I have a main form ("frmVFricTabbedForm") with several tabs on it, into which I'd like...
Back
Top Bottom