Search results

  1. G

    form filter

    i have a simple form that I want to filter on the update of a combo box. i use the following code Me.Filter = "Me.TxtCbo.Value=" & TableValue Me.FilterOn = True where TxtCbo is a Text Box on the form and TableValue is a string variable that is set earlier in the code based on what choice the...
  2. G

    Problem with Stephen Lebans Rich Text Control

    Hi, I've just installed Stephen Lebans Rich Text Control as I have a a couple of memo fields on a form on a 2003 database where the user needs to be able to bold parts of the memo. I've installed it fine, and put the text control onto a form and it doesn't seem to do what i need (i.e. the Bold...
  3. G

    Values in Combo Box not populating on some computers

    Hi, Hopefully this is a really simple requiring a simple answer.... hopefully On one of my forms I have a combo box thats values are generated by a parameter query. On my computer and a couple of others i tested it (on the same network) this combo box populates fine, but i put it on a couple...
Back
Top Bottom