Search results

  1. J

    Creating Query Within Query

    Thank you. I'm still not having any luck, as it is telling me I have ambiguous joins OR it will only bring up the names and IDs of the Staff and not of the Individuals. I am willing to bet that the issue is that both tables are joined on the profile ID, but I'm afraid I've overthought all...
  2. J

    Creating Query Within Query

    Hi! I know I'm simply not having any luck writing the SQL statement to produce the results I'm looking for and I was hoping you could help! I have a query in which I am pulling up IndividualID, IndividualName, StaffID (which is actually the Individual ID, but is a foreign key in a separate...
  3. J

    Subform not auto-generating a field

    Alright! Hopefully this will work!
  4. J

    Subform not auto-generating a field

    Grr. I'm trying to change my "multivalued fields" so I can save it in an mdb file.
  5. J

    Subform not auto-generating a field

    Curtis: Yes, they are correctly linked. However it seems that perhaps the problem is that the Application ID should be on the main form to act as a second master field. Does that sound right? (As I will always be using this form for application data entry, I don't foresee any issues with...
  6. J

    Subform not auto-generating a field

    Whoops! I'm sorry, my mistake.
  7. J

    Subform not auto-generating a field

    Hello, all. I'm still struggling with a form I've been working on for a week. I'm not sure what the problem is, exactly, or whether I can even do what it is I'm trying to do. To save everyone's sanity, I've attached the zipped database. In the end, what I would like is to be able to tab...
  8. J

    Auto-Populating Subforms/Keeping data visible while entering

    Scooterbug - Thanks! I do have my tables set up in more or less that way. (I have a lot of tables and for brevity I was just mentioning a few.) MissSingLinq - Rats. I thought that might be the case. So it IS generating multiple IndividualIDs, in all likelihood? And if I just re-order...
  9. J

    Auto-Populating Subforms/Keeping data visible while entering

    Hello! I've been working on creating a new database and really want to create a simple, tab-through data entry page for entering applicants for each of our programs. I'm having some trouble, however. I currently have it set up in the following way: frmIndividuals comprises the main form...
  10. J

    Duplicate Values help

    Ack! Thank you. I can't believe I missed that! Thanks so much!
  11. J

    Duplicate Values help

    Sure, here it is: http://picasaweb.google.com/lh/photo/tyDaF8k72FA3Gf251mmvLQ?authkey=Gv1sRgCP_4hfOmy4TGvAE&feat=directlink I'll look for the way to post the database. (Though I admit it's probably the least effective way to organize data.)
  12. J

    Duplicate Values help

    Link Master Fields: IndID (on tblIndividuals) Link Child Fields: Individuals (which is IndID)
  13. J

    Duplicate Values help

    I have a subform on a main form that details the following: - School Type (Elementary, High School, University) - School Name - Year in School (Freshman, Sophomore, Junior, Senior) - Year (Year that the student was a Freshman, Sophomore, Junior, Senior) I changed School Type and Year in School...
  14. J

    Cascading Combo Boxes

    I know that answers about this are posted all over the internet, but for whatever reason, after hours and hours of fruitless attempts, I'm simply unable to apply what's on the internet to my specific case. :( I appreciate any help you can provide! What I want is two cascading combo boxes...
Back
Top Bottom