Search results

  1. B

    Combining combo's

    I have tried really hard to understand and try out what you post above but I'm afraid i'm still too much of a rookie. Maybe it helps if I display what I have right now and I know what causes my problem, just don't know how to fix it.. Here I display psn column(2) in a textbox called txt_psn...
  2. B

    Clear all check boxes

    Must be the way i have my cascading combo's configured, can't get it done on access 2007.. I'll try the combo method explained in another threat this week.. In my 3rd combo i run a query that depends on the choice in the first combo and the 2nd combo ánd the result of this selection displayed in...
  3. B

    Clear all check boxes

    Run-Time error 2448 You can't assign a value to this object
  4. B

    Clear all check boxes

    Thanks, it all works except for the clear textboxes.. I get a debug error..
  5. B

    Clear all check boxes

    Many thanks, Excellent.. Is this possible for other controls as well? like clear all combo's and clear all textboxes or clear a whole form? I have many controls in my unbound form and all I want is to clear my form with a button
  6. B

    select values in combo with cursor

    Thanks alot! Exactly what I was looking for :)
  7. B

    select values in combo with cursor

    In the example above the combos expand by default. I would like my combo to expand by using the down cursor key or just select values by using the cursor keys without expanding the combo. Does anyone know if this is possible?
  8. B

    Combining combo's

    Thanks, alot.. I'll try both methods, I got really stuck in this part..
  9. B

    Combining combo's

    Never mind I found a way by displaying psn in a textbox and by adding [Forms]![frmChecklist]![cbo_un] and [Forms]![frmChecklist]![txt_psn]to the query in cbo_pg...
  10. B

    Combining combo's

    I have a single table and a form to filter out and display the correct record. To select a unique record I would have to create 4 cascading combo's which would look like this: cbo_method - cbo_un - cbo_psn - cbo_pg My columns are also named method, un, psn and pg I would like to reduce my form...
  11. B

    select values in combo with cursor

    Thanks alot, that really helped me out :D
  12. B

    select values in combo with cursor

    Thanks ! :D
  13. B

    select values in combo with cursor

    Hi all.. I have a form with 3 combo's and so far it works like a charm however I'd like to change 2 things. I'd like to make the selection using my cursor keys. Second I'd like to turn off the autofill on my last combo. This combo only has 4 values which are : III, II, I, N .. Whenever I type...
Back
Top Bottom