Search results

  1. S

    Cascading Combo Box confusion...

    Thanks, I see I need to learn not to use look up boxes but it was all I could figure out how to do intuitively, I will look at the website and hope I can learn how to do cascading boxes otherwise. It is difficult to learn these things, it seems everything (books, videos, websites) either take...
  2. S

    Cascading Combo Box confusion...

    Thanks, for all, here are some replies 1. "First there's some strange expression in the on change event of the cboClient combo" yes, from a different suggestion, will delete, thanks 2. "The cboClientFacilitycombo needs a row source that depends on the selection in the cboClient combo. I believe...
  3. S

    Cascading Combo Box confusion...

    Thank you. I attached the file. I think that there are several ways to do it, and I am probably getting mixed advice, all good, but most not complete enough (due to contributor's time constraints or assumption of a highier skill level than I have) for me to figure out how to completely achieve...
  4. S

    Cascading Combo Box confusion...

    I cross posted this, still have no answer, watch both forums closely, and apologize if that is a problem, but I am desperate and trying to do this for several days. It seems I get advice that is not really complete or just doesn't work, but I have to keep trying. If you are mad because I...
  5. S

    Cascading Combo Box confusion...

    How do I make it so that when using the form, the user: 1. Selects a Client, then 2. Selects a Facility from a short list of facilities that are unique to the client. Table "tblClientFacility" has 3 fields: "ClientFacilityId" "ClientIdFK" "FacilityName" Form "frmLessonLearned" has these...
  6. S

    Cascading Combo Box confusion...

    I have a form with a field for "Client" (first) and a subsequent field for "Facility" - users select from choices that are from a table that has a Clients field in one column and the related Facility field for each client in another column. I have got to learn to restrict the viewed choices on...
  7. S

    cascading combobox to limit choices

    HI, Can you tell me how you did this (Cascading combo boxes) or point me to a way to learn? I tried what you did for this person with my database - mimicking your record source info for the training topic - and failed. I have a form with a field for "Client" (first) and a then field for...
Back
Top Bottom