Search results

  1. S

    Checkbox doesn't update in subform

    Hi all, I have a subform with Unbound CHECKboxes. When clicking them my table is updated correct. The problem is that when I open the subform the next time for the NR on the head form, all my CHeck boxes are set to FALSE, but I want them to have the value that is stored in the table. So I...
  2. S

    Update gives error

    Hi all, I got an error that says Syntax error, but what is wrong here. If I use a MsgBox on Totaal4 then I see the correct number. If I use only the statement after the ELSE that works fine. Private Sub GrootteExplGeb_AfterUpdate() Dim SQL As String Dim Deel4a_MR As Double...
  3. S

    Update table from form and subform

    Hi All, I want to update a record in a table from within a subform. This "Frm_Projecten" is my master form and I want to use this key "PROJNR_SK" to match it with the same key on the subform. What am I missing here. Thx in advance, Steven. Dim SQL As String If LooptijdProj > 150...
  4. S

    Checkboxes not greyed out

    Hello All, I have a subform with checkboxes, if I click one then the others are greyed out, this works fine, but when I close my form and open it again, then it shows all the check boxes again, they are not greyed out anymore. What code do I need to leave them greyed out. Thx in advance for...
Back
Top Bottom