Search results

  1. T

    UpDown control set BuddyControl

    Hi, In Access form I have a few textboxes. I put there a UpDown control to be able to change tten font size. It works OK. When I put on form another UpDown control to be able to change the font size in second textbox I can't set BuddyControl property. I'm getting a message "BuddyControl must...
  2. T

    Setting ControlSource to Sum shows Error

    Hi, I am creating a table from VBA. Then I'm populating table with data. Finally I'm showing it in continuous form and in form footer section show summarized data. Interesting is that when I'm open form step by step through VBA code, summarized data shows normally. But when I'm open the form...
  3. T

    Setting ControlSource to Sum shows Error

    Hi, In my application I have continuous form with unbound textbox. In OnOpen form event I change ControlSource property of textbox to one of the fields (e.g. "Kol921") in forms recordset. In form footer I have another unbound texbox where I defined ControlSource property as "=Sum([Kol921])"...
Back
Top Bottom