The name of a control is on the "Other" tab of the property sheet of the control. If you use the Me. preface in the code then Intelisense will show you the possible legal answers.
You should name your Controls differently that the fields to which they are bound. Access does not know whether you are referring to the field or the control.
All of the fields in the Development table save two, are text fields. You are doing numerical testing against "text". Your table fields should be probably the Single DataType fields.
The Name of your control is Combo22. "age" is the field to which that control is bound. The field is not actually updated until you either move to another record or close the form.
You lost me on that one. You enter a value in the weight control and when your code executes and you hover over the weight entry you get the "wrong" value?
Leave a comment: