Recent content by David Bratby

  1. D

    Comments box with username?

    Thank you gemma-the-husky! :) That is working fantastic! Dave
  2. D

    Comments box with username?

    ok that would be good thanks. Dave
  3. D

    Comments box with username?

    Hi, Thank you for your reply. I have attached a copy of the database. Please see the history tab on the product specs form. Thanks, Dave
  4. D

    Comments box with username?

    Hi, Thank you for your reply. This is putting the id number in the comments box rather than the username. Also, it isn't storing the id number (username) along with the message. It is just displaying it at the end of the last stored comments message. Thanks again, Dave
  5. D

    Comments box with username?

    Hi, I am still having trouble with this. I don't know if it was because my original post was unclear of what I'm trying to do. I have a form with a combo box with a list of user names, a comments box and a history box. I have set the comments box to append and the history box uses...
  6. D

    Comments box with username?

    Hi, Its me again. I have a form with a comments box that appends the data and displays it in another unbound text box as a history with a time stamp using =ColumnHistory([RecordSource],"Notes","[ID]=" & Nz([ID],0)). I think this is called column history? This is all working well. On the...
  7. D

    Multiple check boxes values to a textbox.

    Thanks thats perfect. This is solved now! I shouldn't need to bother you again now. Thanks again for your effort. Dave
  8. D

    Multiple check boxes values to a textbox.

    Can you make the check box values in bold text? Thanks, Dave
  9. D

    Multiple check boxes values to a textbox.

    Thats brilliant, thank you for your help!
  10. D

    Multiple check boxes values to a textbox.

    Hi, Thanks for looking at this. It is still not putting the allergens in if I just run the report on its own? Thanks, Dave
  11. D

    Multiple check boxes values to a textbox.

    Hi, Thanks for getting back to me. I have attached a cut down version of the database. On the form frmProductSpecs there is an Allergens tab. And then in that Allergens tab you will see a bunch of check boxes. Some of the check boxes are duplicated under Contains and Traces of. These are...
  12. D

    Multiple check boxes values to a textbox.

    Hi Arnelgp, I don't know if you saw my last reply? I need to get this to work when I don't have the form open. How would I go about that do you think? Thanks, Dave
  13. D

    Multiple check boxes values to a textbox.

    Sorry, its me again. Do you think it is possible to make this work so that I don't need to have the form open to run the report? Thanks, Dave
  14. D

    Multiple check boxes values to a textbox.

    I can't thank you enough for this. It is working perfectly.
  15. D

    Multiple check boxes values to a textbox.

    Hi, Thanks for your help with this. It was my fault not understanding how the code works. I have this working now. Only issue is that I have other check boxes on this form that I don't want to include. Is there some sort of exclusion I can do for those? Thanks, Dave
Back
Top Bottom