Search results

  1. W

    take action on entry into bound textbox B4 underlying validation

    Textbox is bound to underlying column in a table which is number datatype. This is appropriate. Now user want option of entering "NA" into this textbox which would set the value of this bound textbox and also another bound textbox to 0. In other words, entering "NA" in this textbox sets two...
  2. W

    list box - Who's on First? (the user's mouse-click?)

    list box - 1st item alone OR mult items (not including the 1st) If user selects 1st item in list box, I want to deselect all others. But, if the user selects the 2nd, 3rd, or 4th item I want to deselect 1st item only. In other words, valid choices are: 1) 1st item only ("all") 2) one or...
  3. W

    query criteria - building "In" clause in "hidden" textbox - mult values

    query criteria - building "In" clause in "hidden" textbox - mult values I have a report that has an Access query as its record source. I have a form for the user to enter criteria for the query. I have combo boxes that hold query criteria and they all work fine. I have a list box control with...
  4. W

    one control needs to get value from other table

    My form has one table as its record source. A number of controls get their values from that table. All fine. I need to get one other value, a rating factor, from another table and populate a textbox (for viewing only) on the form. There really isn't a relationship between the two tables so I...
Back
Top Bottom