Search results

  1. G

    form filter

    brilliant.... thanks heaps for your help
  2. G

    form filter

    it keeps on giving me a invalid use of null message and upon debugging it keeps on saying that [TxtCbo] is null. however, txtcbo definitely has a values in it?
  3. 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...
  4. G

    Problem with Stephen Lebans Rich Text Control

    forget i said anything.... it does work, its just the toolbar i set up to control it doesnt work.... guessing i need to do some more reading up about custom toolbars and not rtf text boxes
  5. 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...
  6. G

    Values in Combo Box not populating on some computers

    ive removed all the formatting from the table but it still doesnt seem to work. maybe i should explain a little bit more about it the problems (which i just worked). this combo box that i said doesnt work is on a sub form of another form. however if i open the subform by itself it works fine...
  7. G

    Values in Combo Box not populating on some computers

    thanks.... just quickly... is it just the fomat field in the tables that i have to be concerned about? also, without making u right a novel are there any other things of this type i should be concerned about regarding the service pack? i dont need a long answer here, i should be able to google...
  8. G

    Values in Combo Box not populating on some computers

    i think i'm with u... i'll give that a go and let u know how i get on if it works ill be eternally grateful
  9. G

    Values in Combo Box not populating on some computers

    cheers at the risk of sounding dumb, what do you mean by "remove any formatting at table level and apply it at form level"?
  10. 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