Search results

  1. F

    Defeated again by quotation marks in SQL Statement

    Arggghh! I'll never figure these things out! I need to let our file clerk designate a "blank" designation for a client matter if necessary. I'm cool if its a brand new client; however, on an existing client, I need to determine if such a generic "blank" designation (a zero-length string)...
  2. F

    Default Value in Combo-Box

    I have a combo box (cboCase) whose rowsource is populated by the selection made in a previous combo-box (cboClient). At least 90% of the time, there is only one item in the cboCase list. When there is more than 1 item, I have cboCase do a drop down to alert the user that the client has more...
  3. F

    User initials...

    OK, I'm sure there is a simple answer to this, but I don't know it. What I need is a simple way to have a user enter their initials on a form 1 time, and have the value stored in an unbound hidden text box on the form. The form pulls up a list of archive boxes which are currently at our...
  4. F

    Combo box problem (or maybe not)

    I am a very occasional designer of databases, so my knowledge is limited. What I need is a smarter combo box, that will use the autocomplete function to compare strings against two columns, not one. I'm doing a database to track our lawfirm's files as they go in-and-out of storage. We have...
Back
Top Bottom