Search results

  1. D

    Multi line list box

    I will try to explain more clearly what I am looking to do: I am looking at displaying a log showing 3 columns: task, username and dat. When I display these 3 columns in a list box, I can only display 1 line per entry. The task field sometimes requires several lines of text. How can I display a...
  2. D

    Multi line list box

    That solution of breaking up the text into multiple line might work. How do I separate one record set from the next? How do I draw a line in between?
  3. D

    Multi line list box

    I am trying to display 3 fields in a table format in a list box. One of the fields contains notes and I would like to have the text wrap around to multi lines. Furthermore, I would like to have a line drawn between each record set with a vertical scroll bar. Hope this makes sense.
  4. D

    Multi line list box

    I meant where a line of text wraps around and becomes a multi line item
  5. D

    Multi line list box

    Is it possible to have a multi line list box in access?
  6. D

    What event gets triggered

    Mark, That's very cool...thank you for your help. I will try that. :)
  7. D

    What event gets triggered

    Awesome...creating an event which I call when I close the form works. Thank you everyone.
  8. D

    What event gets triggered

    I have 2 forms open. I close one of the two forms. Does any event get triggered in the form that stays open? I tried to set focus to the form that stays open hoping that the gotfocus event will get triggered but it doesn't. The form current event doesn't get triggered either. How do I trigger...
  9. D

    Having issues with DoCmd.OpenForm

    Wow, it was because Data Entry was set to Yes...Thank you.
  10. D

    Having issues with DoCmd.OpenForm

    My code is as follows: strCriteria = "[Project Name]='" & Combo8 & "'" DoCmd.OpenForm "Projects", , , stCriteria Forms!Projects.SetFocus
  11. D

    Having issues with DoCmd.OpenForm

    Having issues with DoCmd.OpenForm. I specify a search criteria, no errors pop up and when the form opens it goes to a new record. Also, the filter option at the bottom of the page turns yellow. When I click on it, it goes to the first record in the database, click again and it goes to the...
  12. D

    Hello from Toronto

    Good morning, New user from Toronto, Canada. Just wanted to say hello. Daniel
Back
Top Bottom