Search results

  1. S

    Why my click event doesn't work?

    Hi again I have still a problem. I have a simple form with a text box and a button. The control source for a text box is a numeric field id1. I am trying to increase the value of tables field by clicking button. Here is a click event. Private Sub mCommand1_Click() Me.id1 = Me.id1 + 1 End Sub...
  2. S

    how change fields programmatically ?

    Hi all, I am beginner and may be my question is stupid but I cannot do that. So, I have a table - Table1, a numeric field - id1 A form Form1 ,on the form label- Label1 which shows Field1 value (instead of Label may be another control) a button -Button1. I need to increase Field1 value by 1...
Back
Top Bottom